libZSservicesZSamazonka-ec2ZSamazonka-ec2
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Network.AWS.EC2.Lens

Contents

Description

 
Synopsis

Operations

ModifyCapacityReservation

modifyCapacityReservation_instanceCount :: Lens' ModifyCapacityReservation (Maybe Int) Source #

The number of instances for which to reserve capacity. The number of instances can't be increased or decreased by more than 1000 in a single request.

modifyCapacityReservation_accept :: Lens' ModifyCapacityReservation (Maybe Bool) Source #

Reserved. Capacity Reservations you have created are accepted by default.

modifyCapacityReservation_endDate :: Lens' ModifyCapacityReservation (Maybe UTCTime) Source #

The date and time at which the Capacity Reservation expires. When a Capacity Reservation expires, the reserved capacity is released and you can no longer launch instances into it. The Capacity Reservation's state changes to expired when it reaches its end date and time.

The Capacity Reservation is cancelled within an hour from the specified time. For example, if you specify 5/31/2019, 13:30:55, the Capacity Reservation is guaranteed to end between 13:30:55 and 14:30:55 on 5/31/2019.

You must provide an EndDate value if EndDateType is limited. Omit EndDate if EndDateType is unlimited.

modifyCapacityReservation_endDateType :: Lens' ModifyCapacityReservation (Maybe EndDateType) Source #

Indicates the way in which the Capacity Reservation ends. A Capacity Reservation can have one of the following end types:

  • unlimited - The Capacity Reservation remains active until you explicitly cancel it. Do not provide an EndDate value if EndDateType is unlimited.
  • limited - The Capacity Reservation expires automatically at a specified date and time. You must provide an EndDate value if EndDateType is limited.

modifyCapacityReservation_dryRun :: Lens' ModifyCapacityReservation (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

modifyCapacityReservationResponse_return :: Lens' ModifyCapacityReservationResponse (Maybe Bool) Source #

Returns true if the request succeeds; otherwise, it returns an error.

GetAssociatedIpv6PoolCidrs

getAssociatedIpv6PoolCidrs_dryRun :: Lens' GetAssociatedIpv6PoolCidrs (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

getAssociatedIpv6PoolCidrs_maxResults :: Lens' GetAssociatedIpv6PoolCidrs (Maybe Natural) Source #

The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.

getAssociatedIpv6PoolCidrsResponse_nextToken :: Lens' GetAssociatedIpv6PoolCidrsResponse (Maybe Text) Source #

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

ImportInstance

importInstance_description :: Lens' ImportInstance (Maybe Text) Source #

A description for the instance being imported.

importInstance_dryRun :: Lens' ImportInstance (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

DescribeCapacityReservationFleets

describeCapacityReservationFleets_filters :: Lens' DescribeCapacityReservationFleets (Maybe [Filter]) Source #

One or more filters.

  • state - The state of the Fleet (submitted | modifying | active | partially_fulfilled | expiring | expired | cancelling | cancelled | failed).
  • instance-match-criteria - The instance matching criteria for the Fleet. Only open is supported.
  • tenancy - The tenancy of the Fleet (default | dedicated).
  • allocation-strategy - The allocation strategy used by the Fleet. Only prioritized is supported.

describeCapacityReservationFleets_nextToken :: Lens' DescribeCapacityReservationFleets (Maybe Text) Source #

The token to use to retrieve the next page of results.

describeCapacityReservationFleets_dryRun :: Lens' DescribeCapacityReservationFleets (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

describeCapacityReservationFleets_maxResults :: Lens' DescribeCapacityReservationFleets (Maybe Natural) Source #

The maximum number of results to return for the request in a single page. The remaining results can be seen by sending another request with the returned nextToken value. This value can be between 5 and 500. If maxResults is given a larger value than 500, you receive an error.

describeCapacityReservationFleetsResponse_nextToken :: Lens' DescribeCapacityReservationFleetsResponse (Maybe Text) Source #

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

ModifySecurityGroupRules

modifySecurityGroupRules_dryRun :: Lens' ModifySecurityGroupRules (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

modifySecurityGroupRules_securityGroupRules :: Lens' ModifySecurityGroupRules [SecurityGroupRuleUpdate] Source #

Information about the security group properties to update.

modifySecurityGroupRulesResponse_return :: Lens' ModifySecurityGroupRulesResponse (Maybe Bool) Source #

Returns true if the request succeeds; otherwise, returns an error.

RevokeSecurityGroupEgress

revokeSecurityGroupEgress_fromPort :: Lens' RevokeSecurityGroupEgress (Maybe Int) Source #

Not supported. Use a set of IP permissions to specify the port.

revokeSecurityGroupEgress_ipPermissions :: Lens' RevokeSecurityGroupEgress (Maybe [IpPermission]) Source #

The sets of IP permissions. You can't specify a destination security group and a CIDR IP address range in the same set of permissions.

revokeSecurityGroupEgress_ipProtocol :: Lens' RevokeSecurityGroupEgress (Maybe Text) Source #

Not supported. Use a set of IP permissions to specify the protocol name or number.

revokeSecurityGroupEgress_toPort :: Lens' RevokeSecurityGroupEgress (Maybe Int) Source #

Not supported. Use a set of IP permissions to specify the port.

revokeSecurityGroupEgress_cidrIp :: Lens' RevokeSecurityGroupEgress (Maybe Text) Source #

Not supported. Use a set of IP permissions to specify the CIDR.

revokeSecurityGroupEgress_sourceSecurityGroupOwnerId :: Lens' RevokeSecurityGroupEgress (Maybe Text) Source #

Not supported. Use a set of IP permissions to specify a destination security group.

revokeSecurityGroupEgress_sourceSecurityGroupName :: Lens' RevokeSecurityGroupEgress (Maybe Text) Source #

Not supported. Use a set of IP permissions to specify a destination security group.

revokeSecurityGroupEgress_dryRun :: Lens' RevokeSecurityGroupEgress (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

revokeSecurityGroupEgressResponse_return :: Lens' RevokeSecurityGroupEgressResponse (Maybe Bool) Source #

Returns true if the request succeeds; otherwise, returns an error.

revokeSecurityGroupEgressResponse_unknownIpPermissions :: Lens' RevokeSecurityGroupEgressResponse (Maybe [IpPermission]) Source #

The outbound rules that were unknown to the service. In some cases, unknownIpPermissionSet might be in a different format from the request parameter.

CreateNetworkInterfacePermission

createNetworkInterfacePermission_dryRun :: Lens' CreateNetworkInterfacePermission (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

SendDiagnosticInterrupt

sendDiagnosticInterrupt_dryRun :: Lens' SendDiagnosticInterrupt (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

DeleteLaunchTemplate

deleteLaunchTemplate_launchTemplateName :: Lens' DeleteLaunchTemplate (Maybe Text) Source #

The name of the launch template. You must specify either the launch template ID or launch template name in the request.

deleteLaunchTemplate_launchTemplateId :: Lens' DeleteLaunchTemplate (Maybe Text) Source #

The ID of the launch template. You must specify either the launch template ID or launch template name in the request.

deleteLaunchTemplate_dryRun :: Lens' DeleteLaunchTemplate (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

RejectVpcEndpointConnections

rejectVpcEndpointConnections_dryRun :: Lens' RejectVpcEndpointConnections (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

rejectVpcEndpointConnectionsResponse_unsuccessful :: Lens' RejectVpcEndpointConnectionsResponse (Maybe [UnsuccessfulItem]) Source #

Information about the endpoints that were not rejected, if applicable.

CreateVpnGateway

createVpnGateway_amazonSideAsn :: Lens' CreateVpnGateway (Maybe Integer) Source #

A private Autonomous System Number (ASN) for the Amazon side of a BGP session. If you're using a 16-bit ASN, it must be in the 64512 to 65534 range. If you're using a 32-bit ASN, it must be in the 4200000000 to 4294967294 range.

Default: 64512

createVpnGateway_tagSpecifications :: Lens' CreateVpnGateway (Maybe [TagSpecification]) Source #

The tags to apply to the virtual private gateway.

createVpnGateway_availabilityZone :: Lens' CreateVpnGateway (Maybe Text) Source #

The Availability Zone for the virtual private gateway.

createVpnGateway_dryRun :: Lens' CreateVpnGateway (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

createVpnGateway_type :: Lens' CreateVpnGateway GatewayType Source #

The type of VPN connection this virtual private gateway supports.

CreateNetworkAcl

createNetworkAcl_dryRun :: Lens' CreateNetworkAcl (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

DeleteKeyPair

deleteKeyPair_dryRun :: Lens' DeleteKeyPair (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

DescribeSecurityGroupReferences

describeSecurityGroupReferences_dryRun :: Lens' DescribeSecurityGroupReferences (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

DeleteFleets

deleteFleets_dryRun :: Lens' DeleteFleets (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

deleteFleets_fleetIds :: Lens' DeleteFleets [Text] Source #

The IDs of the EC2 Fleets.

deleteFleets_terminateInstances :: Lens' DeleteFleets Bool Source #

Indicates whether to terminate the instances when the EC2 Fleet is deleted. The default is to terminate the instances.

To let the instances continue to run after the EC2 Fleet is deleted, specify NoTerminateInstances. Supported only for fleets of type maintain and request.

For instant fleets, you cannot specify NoTerminateInstances. A deleted instant fleet with running instances is not supported.

deleteFleetsResponse_successfulFleetDeletions :: Lens' DeleteFleetsResponse (Maybe [DeleteFleetSuccessItem]) Source #

Information about the EC2 Fleets that are successfully deleted.

deleteFleetsResponse_unsuccessfulFleetDeletions :: Lens' DeleteFleetsResponse (Maybe [DeleteFleetErrorItem]) Source #

Information about the EC2 Fleets that are not successfully deleted.

DescribeTags

describeTags_filters :: Lens' DescribeTags (Maybe [Filter]) Source #

The filters.

  • key - The tag key.
  • resource-id - The ID of the resource.
  • resource-type - The resource type (customer-gateway | dedicated-host | dhcp-options | elastic-ip | fleet | fpga-image | host-reservation | image | instance | internet-gateway | key-pair | launch-template | natgateway | network-acl | network-interface | placement-group | reserved-instances | route-table | security-group | snapshot | spot-instances-request | subnet | volume | vpc | vpc-endpoint | vpc-endpoint-service | vpc-peering-connection | vpn-connection | vpn-gateway).
  • tag:<key> - The key/value combination of the tag. For example, specify "tag:Owner" for the filter name and "TeamA" for the filter value to find resources with the tag "Owner=TeamA".
  • value - The tag value.

describeTags_nextToken :: Lens' DescribeTags (Maybe Text) Source #

The token to retrieve the next page of results.

describeTags_dryRun :: Lens' DescribeTags (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

describeTags_maxResults :: Lens' DescribeTags (Maybe Int) Source #

The maximum number of results to return in a single call. This value can be between 5 and 1000. To retrieve the remaining results, make another call with the returned NextToken value.

describeTagsResponse_nextToken :: Lens' DescribeTagsResponse (Maybe Text) Source #

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

CreateTransitGatewayRouteTable

createTransitGatewayRouteTable_dryRun :: Lens' CreateTransitGatewayRouteTable (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

ModifyInstanceMetadataOptions

modifyInstanceMetadataOptions_httpProtocolIpv6 :: Lens' ModifyInstanceMetadataOptions (Maybe InstanceMetadataProtocolState) Source #

Enables or disables the IPv6 endpoint for the instance metadata service.

modifyInstanceMetadataOptions_httpEndpoint :: Lens' ModifyInstanceMetadataOptions (Maybe InstanceMetadataEndpointState) Source #

This parameter enables or disables the HTTP metadata endpoint on your instances. If the parameter is not specified, the existing state is maintained.

If you specify a value of disabled, you will not be able to access your instance metadata.

modifyInstanceMetadataOptions_httpPutResponseHopLimit :: Lens' ModifyInstanceMetadataOptions (Maybe Int) Source #

The desired HTTP PUT response hop limit for instance metadata requests. The larger the number, the further instance metadata requests can travel. If no parameter is specified, the existing state is maintained.

Possible values: Integers from 1 to 64

modifyInstanceMetadataOptions_httpTokens :: Lens' ModifyInstanceMetadataOptions (Maybe HttpTokensState) Source #

The state of token usage for your instance metadata requests. If the parameter is not specified in the request, the default state is optional.

If the state is optional, you can choose to retrieve instance metadata with or without a signed token header on your request. If you retrieve the IAM role credentials without a token, the version 1.0 role credentials are returned. If you retrieve the IAM role credentials using a valid signed token, the version 2.0 role credentials are returned.

If the state is required, you must send a signed token header with any instance metadata retrieval requests. In this state, retrieving the IAM role credential always returns the version 2.0 credentials; the version 1.0 credentials are not available.

modifyInstanceMetadataOptions_dryRun :: Lens' ModifyInstanceMetadataOptions (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

UpdateSecurityGroupRuleDescriptionsIngress

updateSecurityGroupRuleDescriptionsIngress_securityGroupRuleDescriptions :: Lens' UpdateSecurityGroupRuleDescriptionsIngress (Maybe [SecurityGroupRuleDescription]) Source #

VPC only
The description for the ingress security group rules. You must specify either a description or IP permissions.

updateSecurityGroupRuleDescriptionsIngress_ipPermissions :: Lens' UpdateSecurityGroupRuleDescriptionsIngress (Maybe [IpPermission]) Source #

The IP permissions for the security group rule. You must specify either IP permissions or a description.

updateSecurityGroupRuleDescriptionsIngress_groupId :: Lens' UpdateSecurityGroupRuleDescriptionsIngress (Maybe Text) Source #

The ID of the security group. You must specify either the security group ID or the security group name in the request. For security groups in a nondefault VPC, you must specify the security group ID.

updateSecurityGroupRuleDescriptionsIngress_groupName :: Lens' UpdateSecurityGroupRuleDescriptionsIngress (Maybe Text) Source #

EC2-Classic, default VPC
The name of the security group. You must specify either the security group ID or the security group name in the request.

updateSecurityGroupRuleDescriptionsIngress_dryRun :: Lens' UpdateSecurityGroupRuleDescriptionsIngress (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

DisassociateSubnetCidrBlock

DetachNetworkInterface

detachNetworkInterface_force :: Lens' DetachNetworkInterface (Maybe Bool) Source #

Specifies whether to force a detachment.

  • Use the Force parameter only as a last resort to detach a network interface from a failed instance.
  • If you use the Force parameter to detach a network interface, you might not be able to attach a different network interface to the same index on the instance without first stopping and starting the instance.
  • If you force the detachment of a network interface, the instance metadata might not get updated. This means that the attributes associated with the detached network interface might still be visible. The instance metadata will get updated when you stop and start the instance.

detachNetworkInterface_dryRun :: Lens' DetachNetworkInterface (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

DetachInternetGateway

detachInternetGateway_dryRun :: Lens' DetachInternetGateway (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

DeleteVpcEndpoints

deleteVpcEndpoints_dryRun :: Lens' DeleteVpcEndpoints (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

deleteVpcEndpointsResponse_unsuccessful :: Lens' DeleteVpcEndpointsResponse (Maybe [UnsuccessfulItem]) Source #

Information about the VPC endpoints that were not successfully deleted.

DescribeClientVpnEndpoints

describeClientVpnEndpoints_filters :: Lens' DescribeClientVpnEndpoints (Maybe [Filter]) Source #

One or more filters. Filter names and values are case-sensitive.

  • endpoint-id - The ID of the Client VPN endpoint.
  • transport-protocol - The transport protocol (tcp | udp).

describeClientVpnEndpoints_nextToken :: Lens' DescribeClientVpnEndpoints (Maybe Text) Source #

The token to retrieve the next page of results.

describeClientVpnEndpoints_dryRun :: Lens' DescribeClientVpnEndpoints (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

describeClientVpnEndpoints_maxResults :: Lens' DescribeClientVpnEndpoints (Maybe Natural) Source #

The maximum number of results to return for the request in a single page. The remaining results can be seen by sending another request with the nextToken value.

describeClientVpnEndpointsResponse_nextToken :: Lens' DescribeClientVpnEndpointsResponse (Maybe Text) Source #

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

DeleteFlowLogs

deleteFlowLogs_dryRun :: Lens' DeleteFlowLogs (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

deleteFlowLogs_flowLogIds :: Lens' DeleteFlowLogs [Text] Source #

One or more flow log IDs.

Constraint: Maximum of 1000 flow log IDs.

deleteFlowLogsResponse_unsuccessful :: Lens' DeleteFlowLogsResponse (Maybe [UnsuccessfulItem]) Source #

Information about the flow logs that could not be deleted successfully.

DescribeVpcClassicLink

describeVpcClassicLink_filters :: Lens' DescribeVpcClassicLink (Maybe [Filter]) Source #

One or more filters.

  • is-classic-link-enabled - Whether the VPC is enabled for ClassicLink (true | false).
  • tag:<key> - The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value. For example, to find all resources that have a tag with the key Owner and the value TeamA, specify tag:Owner for the filter name and TeamA for the filter value.
  • tag-key - The key of a tag assigned to the resource. Use this filter to find all resources assigned a tag with a specific key, regardless of the tag value.

describeVpcClassicLink_vpcIds :: Lens' DescribeVpcClassicLink (Maybe [Text]) Source #

One or more VPCs for which you want to describe the ClassicLink status.

describeVpcClassicLink_dryRun :: Lens' DescribeVpcClassicLink (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

GetAssociatedEnclaveCertificateIamRoles

getAssociatedEnclaveCertificateIamRoles_certificateArn :: Lens' GetAssociatedEnclaveCertificateIamRoles (Maybe Text) Source #

The ARN of the ACM certificate for which to view the associated IAM roles, encryption keys, and Amazon S3 object information.

getAssociatedEnclaveCertificateIamRoles_dryRun :: Lens' GetAssociatedEnclaveCertificateIamRoles (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

AssociateTransitGatewayMulticastDomain

associateTransitGatewayMulticastDomain_subnetIds :: Lens' AssociateTransitGatewayMulticastDomain (Maybe [Text]) Source #

The IDs of the subnets to associate with the transit gateway multicast domain.

associateTransitGatewayMulticastDomain_transitGatewayAttachmentId :: Lens' AssociateTransitGatewayMulticastDomain (Maybe Text) Source #

The ID of the transit gateway attachment to associate with the transit gateway multicast domain.

associateTransitGatewayMulticastDomain_dryRun :: Lens' AssociateTransitGatewayMulticastDomain (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

ModifySubnetAttribute

modifySubnetAttribute_assignIpv6AddressOnCreation :: Lens' ModifySubnetAttribute (Maybe AttributeBooleanValue) Source #

Specify true to indicate that network interfaces created in the specified subnet should be assigned an IPv6 address. This includes a network interface that's created when launching an instance into the subnet (the instance therefore receives an IPv6 address).

If you enable the IPv6 addressing feature for your subnet, your network interface or instance only receives an IPv6 address if it's created using version 2016-11-15 or later of the Amazon EC2 API.

modifySubnetAttribute_customerOwnedIpv4Pool :: Lens' ModifySubnetAttribute (Maybe Text) Source #

The customer-owned IPv4 address pool associated with the subnet.

You must set this value when you specify true for MapCustomerOwnedIpOnLaunch.

modifySubnetAttribute_mapCustomerOwnedIpOnLaunch :: Lens' ModifySubnetAttribute (Maybe AttributeBooleanValue) Source #

Specify true to indicate that network interfaces attached to instances created in the specified subnet should be assigned a customer-owned IPv4 address.

When this value is true, you must specify the customer-owned IP pool using CustomerOwnedIpv4Pool.

modifySubnetAttribute_mapPublicIpOnLaunch :: Lens' ModifySubnetAttribute (Maybe AttributeBooleanValue) Source #

Specify true to indicate that network interfaces attached to instances created in the specified subnet should be assigned a public IPv4 address.

DetachVolume

detachVolume_instanceId :: Lens' DetachVolume (Maybe Text) Source #

The ID of the instance. If you are detaching a Multi-Attach enabled volume, you must specify an instance ID.

detachVolume_force :: Lens' DetachVolume (Maybe Bool) Source #

Forces detachment if the previous detachment attempt did not occur cleanly (for example, logging into an instance, unmounting the volume, and detaching normally). This option can lead to data loss or a corrupted file system. Use this option only as a last resort to detach a volume from a failed instance. The instance won't have an opportunity to flush file system caches or file system metadata. If you use this option, you must perform file system check and repair procedures.

detachVolume_dryRun :: Lens' DetachVolume (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

volumeAttachment_deleteOnTermination :: Lens' VolumeAttachment (Maybe Bool) Source #

Indicates whether the EBS volume is deleted on instance termination.

volumeAttachment_attachTime :: Lens' VolumeAttachment (Maybe UTCTime) Source #

The time stamp when the attachment initiated.

DescribeInstanceCreditSpecifications

describeInstanceCreditSpecifications_instanceIds :: Lens' DescribeInstanceCreditSpecifications (Maybe [Text]) Source #

The instance IDs.

Default: Describes all your instances.

Constraints: Maximum 1000 explicitly specified instance IDs.

describeInstanceCreditSpecifications_dryRun :: Lens' DescribeInstanceCreditSpecifications (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

describeInstanceCreditSpecifications_maxResults :: Lens' DescribeInstanceCreditSpecifications (Maybe Natural) Source #

The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value. This value can be between 5 and 1000. You cannot specify this parameter and the instance IDs parameter in the same call.

describeInstanceCreditSpecificationsResponse_nextToken :: Lens' DescribeInstanceCreditSpecificationsResponse (Maybe Text) Source #

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

CancelBundleTask

cancelBundleTask_dryRun :: Lens' CancelBundleTask (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

DescribeByoipCidrs

describeByoipCidrs_nextToken :: Lens' DescribeByoipCidrs (Maybe Text) Source #

The token for the next page of results.

describeByoipCidrs_dryRun :: Lens' DescribeByoipCidrs (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

describeByoipCidrs_maxResults :: Lens' DescribeByoipCidrs Natural Source #

The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.

describeByoipCidrsResponse_nextToken :: Lens' DescribeByoipCidrsResponse (Maybe Text) Source #

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

AcceptReservedInstancesExchangeQuote

acceptReservedInstancesExchangeQuote_targetConfigurations :: Lens' AcceptReservedInstancesExchangeQuote (Maybe [TargetConfigurationRequest]) Source #

The configuration of the target Convertible Reserved Instance to exchange for your current Convertible Reserved Instances.

acceptReservedInstancesExchangeQuote_dryRun :: Lens' AcceptReservedInstancesExchangeQuote (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

acceptReservedInstancesExchangeQuote_reservedInstanceIds :: Lens' AcceptReservedInstancesExchangeQuote [Text] Source #

The IDs of the Convertible Reserved Instances to exchange for another Convertible Reserved Instance of the same or higher value.

ReleaseAddress

releaseAddress_allocationId :: Lens' ReleaseAddress (Maybe Text) Source #

EC2-VPC
The allocation ID. Required for EC2-VPC.

releaseAddress_networkBorderGroup :: Lens' ReleaseAddress (Maybe Text) Source #

The set of Availability Zones, Local Zones, or Wavelength Zones from which Amazon Web Services advertises IP addresses.

If you provide an incorrect network border group, you receive an InvalidAddress.NotFound error.

You cannot use a network border group with EC2 Classic. If you attempt this operation on EC2 classic, you receive an InvalidParameterCombination error.

releaseAddress_publicIp :: Lens' ReleaseAddress (Maybe Text) Source #

EC2-Classic
The Elastic IP address. Required for EC2-Classic.

releaseAddress_dryRun :: Lens' ReleaseAddress (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

DescribeInstanceTypeOfferings

describeInstanceTypeOfferings_filters :: Lens' DescribeInstanceTypeOfferings (Maybe [Filter]) Source #

One or more filters. Filter names and values are case-sensitive.

  • location - This depends on the location type. For example, if the location type is region (default), the location is the Region code (for example, us-east-2.)
  • instance-type - The instance type. For example, c5.2xlarge.

describeInstanceTypeOfferings_dryRun :: Lens' DescribeInstanceTypeOfferings (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

describeInstanceTypeOfferings_maxResults :: Lens' DescribeInstanceTypeOfferings (Maybe Natural) Source #

The maximum number of results to return for the request in a single page. The remaining results can be seen by sending another request with the next token value.

describeInstanceTypeOfferingsResponse_nextToken :: Lens' DescribeInstanceTypeOfferingsResponse (Maybe Text) Source #

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

CreateInternetGateway

createInternetGateway_dryRun :: Lens' CreateInternetGateway (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

DeleteVpnConnection

deleteVpnConnection_dryRun :: Lens' DeleteVpnConnection (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

DescribeBundleTasks

describeBundleTasks_bundleIds :: Lens' DescribeBundleTasks (Maybe [Text]) Source #

The bundle task IDs.

Default: Describes all your bundle tasks.

describeBundleTasks_filters :: Lens' DescribeBundleTasks (Maybe [Filter]) Source #

The filters.

  • bundle-id - The ID of the bundle task.
  • error-code - If the task failed, the error code returned.
  • error-message - If the task failed, the error message returned.
  • instance-id - The ID of the instance.
  • progress - The level of task completion, as a percentage (for example, 20%).
  • s3-bucket - The Amazon S3 bucket to store the AMI.
  • s3-prefix - The beginning of the AMI name.
  • start-time - The time the task started (for example, 2013-09-15T17:15:20.000Z).
  • state - The state of the task (pending | waiting-for-shutdown | bundling | storing | cancelling | complete | failed).
  • update-time - The time of the most recent update for the task.

describeBundleTasks_dryRun :: Lens' DescribeBundleTasks (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

AuthorizeSecurityGroupEgress

authorizeSecurityGroupEgress_fromPort :: Lens' AuthorizeSecurityGroupEgress (Maybe Int) Source #

Not supported. Use a set of IP permissions to specify the port.

authorizeSecurityGroupEgress_ipPermissions :: Lens' AuthorizeSecurityGroupEgress (Maybe [IpPermission]) Source #

The sets of IP permissions. You can't specify a destination security group and a CIDR IP address range in the same set of permissions.

authorizeSecurityGroupEgress_ipProtocol :: Lens' AuthorizeSecurityGroupEgress (Maybe Text) Source #

Not supported. Use a set of IP permissions to specify the protocol name or number.

authorizeSecurityGroupEgress_toPort :: Lens' AuthorizeSecurityGroupEgress (Maybe Int) Source #

Not supported. Use a set of IP permissions to specify the port.

authorizeSecurityGroupEgress_cidrIp :: Lens' AuthorizeSecurityGroupEgress (Maybe Text) Source #

Not supported. Use a set of IP permissions to specify the CIDR.

authorizeSecurityGroupEgress_sourceSecurityGroupOwnerId :: Lens' AuthorizeSecurityGroupEgress (Maybe Text) Source #

Not supported. Use a set of IP permissions to specify a destination security group.

authorizeSecurityGroupEgress_sourceSecurityGroupName :: Lens' AuthorizeSecurityGroupEgress (Maybe Text) Source #

Not supported. Use a set of IP permissions to specify a destination security group.

authorizeSecurityGroupEgress_dryRun :: Lens' AuthorizeSecurityGroupEgress (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

authorizeSecurityGroupEgressResponse_return :: Lens' AuthorizeSecurityGroupEgressResponse (Maybe Bool) Source #

Returns true if the request succeeds; otherwise, returns an error.

authorizeSecurityGroupEgressResponse_securityGroupRules :: Lens' AuthorizeSecurityGroupEgressResponse (Maybe [SecurityGroupRule]) Source #

Information about the outbound (egress) security group rules that were added.

EnableTransitGatewayRouteTablePropagation

enableTransitGatewayRouteTablePropagation_dryRun :: Lens' EnableTransitGatewayRouteTablePropagation (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

DeregisterImage

deregisterImage_dryRun :: Lens' DeregisterImage (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

DeleteVpcEndpointConnectionNotifications

deleteVpcEndpointConnectionNotifications_dryRun :: Lens' DeleteVpcEndpointConnectionNotifications (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

DescribeCoipPools

describeCoipPools_poolIds :: Lens' DescribeCoipPools (Maybe [Text]) Source #

The IDs of the address pools.

describeCoipPools_filters :: Lens' DescribeCoipPools (Maybe [Filter]) Source #

The filters. The following are the possible values:

  • coip-pool.pool-id
  • coip-pool.local-gateway-route-table-id

describeCoipPools_nextToken :: Lens' DescribeCoipPools (Maybe Text) Source #

The token for the next page of results.

describeCoipPools_dryRun :: Lens' DescribeCoipPools (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

describeCoipPools_maxResults :: Lens' DescribeCoipPools (Maybe Natural) Source #

The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.

describeCoipPoolsResponse_nextToken :: Lens' DescribeCoipPoolsResponse (Maybe Text) Source #

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

ResetAddressAttribute

resetAddressAttribute_dryRun :: Lens' ResetAddressAttribute (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

GetTransitGatewayMulticastDomainAssociations

getTransitGatewayMulticastDomainAssociations_filters :: Lens' GetTransitGatewayMulticastDomainAssociations (Maybe [Filter]) Source #

One or more filters. The possible values are:

  • resource-id - The ID of the resource.
  • resource-type - The type of resource. The valid value is: vpc.
  • state - The state of the subnet association. Valid values are associated | associating | disassociated | disassociating.
  • subnet-id - The ID of the subnet.
  • transit-gateway-attachment-id - The id of the transit gateway attachment.

getTransitGatewayMulticastDomainAssociations_dryRun :: Lens' GetTransitGatewayMulticastDomainAssociations (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

getTransitGatewayMulticastDomainAssociations_maxResults :: Lens' GetTransitGatewayMulticastDomainAssociations (Maybe Natural) Source #

The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.

getTransitGatewayMulticastDomainAssociationsResponse_nextToken :: Lens' GetTransitGatewayMulticastDomainAssociationsResponse (Maybe Text) Source #

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

DeleteLocalGatewayRouteTableVpcAssociation

deleteLocalGatewayRouteTableVpcAssociation_dryRun :: Lens' DeleteLocalGatewayRouteTableVpcAssociation (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

ModifyNetworkInterfaceAttribute

modifyNetworkInterfaceAttribute_groups :: Lens' ModifyNetworkInterfaceAttribute (Maybe [Text]) Source #

Changes the security groups for the network interface. The new set of groups you specify replaces the current set. You must specify at least one group, even if it's just the default security group in the VPC. You must specify the ID of the security group, not the name.

modifyNetworkInterfaceAttribute_sourceDestCheck :: Lens' ModifyNetworkInterfaceAttribute (Maybe AttributeBooleanValue) Source #

Enable or disable source/destination checks, which ensure that the instance is either the source or the destination of any traffic that it receives. If the value is true, source/destination checks are enabled; otherwise, they are disabled. The default value is true. You must disable source/destination checks if the instance runs services such as network address translation, routing, or firewalls.

modifyNetworkInterfaceAttribute_attachment :: Lens' ModifyNetworkInterfaceAttribute (Maybe NetworkInterfaceAttachmentChanges) Source #

Information about the interface attachment. If modifying the 'delete on termination' attribute, you must specify the ID of the interface attachment.

modifyNetworkInterfaceAttribute_dryRun :: Lens' ModifyNetworkInterfaceAttribute (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

ModifyVpcTenancy

modifyVpcTenancy_dryRun :: Lens' ModifyVpcTenancy (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

modifyVpcTenancy_instanceTenancy :: Lens' ModifyVpcTenancy VpcTenancy Source #

The instance tenancy attribute for the VPC.

modifyVpcTenancyResponse_returnValue :: Lens' ModifyVpcTenancyResponse (Maybe Bool) Source #

Returns true if the request succeeds; otherwise, returns an error.

DescribeInstanceTypes

describeInstanceTypes_instanceTypes :: Lens' DescribeInstanceTypes (Maybe [InstanceType]) Source #

The instance types. For more information, see Instance types in the Amazon EC2 User Guide.

describeInstanceTypes_filters :: Lens' DescribeInstanceTypes (Maybe [Filter]) Source #

One or more filters. Filter names and values are case-sensitive.

  • auto-recovery-supported - Indicates whether auto recovery is supported (true | false).
  • bare-metal - Indicates whether it is a bare metal instance type (true | false).
  • burstable-performance-supported - Indicates whether it is a burstable performance instance type (true | false).
  • current-generation - Indicates whether this instance type is the latest generation instance type of an instance family (true | false).
  • ebs-info.ebs-optimized-info.baseline-bandwidth-in-mbps - The baseline bandwidth performance for an EBS-optimized instance type, in Mbps.
  • ebs-info.ebs-optimized-info.baseline-iops - The baseline input/output storage operations per second for an EBS-optimized instance type.
  • ebs-info.ebs-optimized-info.baseline-throughput-in-mbps - The baseline throughput performance for an EBS-optimized instance type, in MB/s.
  • ebs-info.ebs-optimized-info.maximum-bandwidth-in-mbps - The maximum bandwidth performance for an EBS-optimized instance type, in Mbps.
  • ebs-info.ebs-optimized-info.maximum-iops - The maximum input/output storage operations per second for an EBS-optimized instance type.
  • ebs-info.ebs-optimized-info.maximum-throughput-in-mbps - The maximum throughput performance for an EBS-optimized instance type, in MB/s.
  • ebs-info.ebs-optimized-support - Indicates whether the instance type is EBS-optimized (supported | unsupported | default).
  • ebs-info.encryption-support - Indicates whether EBS encryption is supported (supported | unsupported).
  • ebs-info.nvme-support - Indicates whether non-volatile memory express (NVMe) is supported for EBS volumes (required | supported | unsupported).
  • free-tier-eligible - Indicates whether the instance type is eligible to use in the free tier (true | false).
  • hibernation-supported - Indicates whether On-Demand hibernation is supported (true | false).
  • hypervisor - The hypervisor (nitro | xen).
  • instance-storage-info.disk.count - The number of local disks.
  • instance-storage-info.disk.size-in-gb - The storage size of each instance storage disk, in GB.
  • instance-storage-info.disk.type - The storage technology for the local instance storage disks (hdd | ssd).
  • instance-storage-info.encryption-supported - Indicates whether data is encrypted at rest (required | unsupported).
  • instance-storage-info.nvme-support - Indicates whether non-volatile memory express (NVMe) is supported for instance store (required | supported | unsupported).
  • instance-storage-info.total-size-in-gb - The total amount of storage available from all local instance storage, in GB.
  • instance-storage-supported - Indicates whether the instance type has local instance storage (true | false).
  • instance-type - The instance type (for example c5.2xlarge or c5*).
  • memory-info.size-in-mib - The memory size.
  • network-info.efa-info.maximum-efa-interfaces - The maximum number of Elastic Fabric Adapters (EFAs) per instance.
  • network-info.efa-supported - Indicates whether the instance type supports Elastic Fabric Adapter (EFA) (true | false).
  • network-info.ena-support - Indicates whether Elastic Network Adapter (ENA) is supported or required (required | supported | unsupported).
  • network-info.encryption-in-transit-supported - Indicates whether the instance type automatically encrypts in-transit traffic between instances (true | false).
  • network-info.ipv4-addresses-per-interface - The maximum number of private IPv4 addresses per network interface.
  • network-info.ipv6-addresses-per-interface - The maximum number of private IPv6 addresses per network interface.
  • network-info.ipv6-supported - Indicates whether the instance type supports IPv6 (true | false).
  • network-info.maximum-network-interfaces - The maximum number of network interfaces per instance.
  • network-info.network-performance - The network performance (for example, "25 Gigabit").
  • processor-info.supported-architecture - The CPU architecture (arm64 | i386 | x86_64).
  • processor-info.sustained-clock-speed-in-ghz - The CPU clock speed, in GHz.
  • supported-boot-mode - The boot mode (legacy-bios | uefi).
  • supported-root-device-type - The root device type (ebs | instance-store).
  • supported-usage-class - The usage class (on-demand | spot).
  • supported-virtualization-type - The virtualization type (hvm | paravirtual).
  • vcpu-info.default-cores - The default number of cores for the instance type.
  • vcpu-info.default-threads-per-core - The default number of threads per core for the instance type.
  • vcpu-info.default-vcpus - The default number of vCPUs for the instance type.
  • vcpu-info.valid-cores - The number of cores that can be configured for the instance type.
  • vcpu-info.valid-threads-per-core - The number of threads per core that can be configured for the instance type. For example, "1" or "1,2".

describeInstanceTypes_nextToken :: Lens' DescribeInstanceTypes (Maybe Text) Source #

The token to retrieve the next page of results.

describeInstanceTypes_dryRun :: Lens' DescribeInstanceTypes (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

describeInstanceTypes_maxResults :: Lens' DescribeInstanceTypes (Maybe Natural) Source #

The maximum number of results to return for the request in a single page. The remaining results can be seen by sending another request with the next token value.

describeInstanceTypesResponse_instanceTypes :: Lens' DescribeInstanceTypesResponse (Maybe [InstanceTypeInfo]) Source #

The instance type. For more information, see Instance types in the Amazon EC2 User Guide.

describeInstanceTypesResponse_nextToken :: Lens' DescribeInstanceTypesResponse (Maybe Text) Source #

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

CancelCapacityReservationFleets

cancelCapacityReservationFleets_dryRun :: Lens' CancelCapacityReservationFleets (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

DescribeClientVpnAuthorizationRules

describeClientVpnAuthorizationRules_filters :: Lens' DescribeClientVpnAuthorizationRules (Maybe [Filter]) Source #

One or more filters. Filter names and values are case-sensitive.

  • description - The description of the authorization rule.
  • destination-cidr - The CIDR of the network to which the authorization rule applies.
  • group-id - The ID of the Active Directory group to which the authorization rule grants access.

describeClientVpnAuthorizationRules_dryRun :: Lens' DescribeClientVpnAuthorizationRules (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

describeClientVpnAuthorizationRules_maxResults :: Lens' DescribeClientVpnAuthorizationRules (Maybe Natural) Source #

The maximum number of results to return for the request in a single page. The remaining results can be seen by sending another request with the nextToken value.

describeClientVpnAuthorizationRulesResponse_nextToken :: Lens' DescribeClientVpnAuthorizationRulesResponse (Maybe Text) Source #

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

DeleteTransitGatewayVpcAttachment

deleteTransitGatewayVpcAttachment_dryRun :: Lens' DeleteTransitGatewayVpcAttachment (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

DeleteTransitGatewayMulticastDomain

deleteTransitGatewayMulticastDomain_dryRun :: Lens' DeleteTransitGatewayMulticastDomain (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

CancelReservedInstancesListing

AttachClassicLinkVpc

attachClassicLinkVpc_dryRun :: Lens' AttachClassicLinkVpc (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

attachClassicLinkVpc_groups :: Lens' AttachClassicLinkVpc [Text] Source #

The ID of one or more of the VPC's security groups. You cannot specify security groups from a different VPC.

attachClassicLinkVpc_instanceId :: Lens' AttachClassicLinkVpc Text Source #

The ID of an EC2-Classic instance to link to the ClassicLink-enabled VPC.

attachClassicLinkVpc_vpcId :: Lens' AttachClassicLinkVpc Text Source #

The ID of a ClassicLink-enabled VPC.

attachClassicLinkVpcResponse_return :: Lens' AttachClassicLinkVpcResponse (Maybe Bool) Source #

Returns true if the request succeeds; otherwise, it returns an error.

DisableTransitGatewayRouteTablePropagation

disableTransitGatewayRouteTablePropagation_dryRun :: Lens' DisableTransitGatewayRouteTablePropagation (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

DescribeVpcClassicLinkDnsSupport

describeVpcClassicLinkDnsSupport_maxResults :: Lens' DescribeVpcClassicLinkDnsSupport (Maybe Natural) Source #

The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.

describeVpcClassicLinkDnsSupportResponse_nextToken :: Lens' DescribeVpcClassicLinkDnsSupportResponse (Maybe Text) Source #

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

AssociateSubnetCidrBlock

associateSubnetCidrBlock_ipv6CidrBlock :: Lens' AssociateSubnetCidrBlock Text Source #

The IPv6 CIDR block for your subnet. The subnet must have a /64 prefix length.

CreateNetworkInsightsPath

createNetworkInsightsPath_destinationIp :: Lens' CreateNetworkInsightsPath (Maybe Text) Source #

The IP address of the Amazon Web Services resource that is the destination of the path.

createNetworkInsightsPath_sourceIp :: Lens' CreateNetworkInsightsPath (Maybe Text) Source #

The IP address of the Amazon Web Services resource that is the source of the path.

createNetworkInsightsPath_dryRun :: Lens' CreateNetworkInsightsPath (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

createNetworkInsightsPath_source :: Lens' CreateNetworkInsightsPath Text Source #

The Amazon Web Services resource that is the source of the path.

createNetworkInsightsPath_destination :: Lens' CreateNetworkInsightsPath Text Source #

The Amazon Web Services resource that is the destination of the path.

createNetworkInsightsPath_clientToken :: Lens' CreateNetworkInsightsPath Text Source #

Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to ensure idempotency.

RunScheduledInstances

runScheduledInstances_clientToken :: Lens' RunScheduledInstances (Maybe Text) Source #

Unique, case-sensitive identifier that ensures the idempotency of the request. For more information, see Ensuring Idempotency.

runScheduledInstances_dryRun :: Lens' RunScheduledInstances (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

runScheduledInstances_launchSpecification :: Lens' RunScheduledInstances ScheduledInstancesLaunchSpecification Source #

The launch specification. You must match the instance type, Availability Zone, network, and platform of the schedule that you purchased.

CreateTransitGatewayRoute

createTransitGatewayRoute_blackhole :: Lens' CreateTransitGatewayRoute (Maybe Bool) Source #

Indicates whether to drop traffic that matches this route.

createTransitGatewayRoute_dryRun :: Lens' CreateTransitGatewayRoute (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

createTransitGatewayRoute_destinationCidrBlock :: Lens' CreateTransitGatewayRoute Text Source #

The CIDR range used for destination matches. Routing decisions are based on the most specific match.

CreateTransitGatewayPrefixListReference

createTransitGatewayPrefixListReference_dryRun :: Lens' CreateTransitGatewayPrefixListReference (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

CancelSpotFleetRequests

cancelSpotFleetRequests_dryRun :: Lens' CancelSpotFleetRequests (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

cancelSpotFleetRequests_terminateInstances :: Lens' CancelSpotFleetRequests Bool Source #

Indicates whether to terminate instances for a Spot Fleet request if it is canceled successfully.

ModifyCapacityReservationFleet

modifyCapacityReservationFleet_endDate :: Lens' ModifyCapacityReservationFleet (Maybe UTCTime) Source #

The date and time at which the Capacity Reservation Fleet expires. When the Capacity Reservation Fleet expires, its state changes to expired and all of the Capacity Reservations in the Fleet expire.

The Capacity Reservation Fleet expires within an hour after the specified time. For example, if you specify 5/31/2019, 13:30:55, the Capacity Reservation Fleet is guaranteed to expire between 13:30:55 and 14:30:55 on 5/31/2019.

You can't specify EndDate and RemoveEndDate in the same request.

modifyCapacityReservationFleet_totalTargetCapacity :: Lens' ModifyCapacityReservationFleet (Maybe Int) Source #

The total number of capacity units to be reserved by the Capacity Reservation Fleet. This value, together with the instance type weights that you assign to each instance type used by the Fleet determine the number of instances for which the Fleet reserves capacity. Both values are based on units that make sense for your workload. For more information, see Total target capacity in the Amazon EC2 User Guide.

modifyCapacityReservationFleet_removeEndDate :: Lens' ModifyCapacityReservationFleet (Maybe Bool) Source #

Indicates whether to remove the end date from the Capacity Reservation Fleet. If you remove the end date, the Capacity Reservation Fleet does not expire and it remains active until you explicitly cancel it using the CancelCapacityReservationFleet action.

You can't specify RemoveEndDate and EndDate in the same request.

modifyCapacityReservationFleet_dryRun :: Lens' ModifyCapacityReservationFleet (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

modifyCapacityReservationFleetResponse_return :: Lens' ModifyCapacityReservationFleetResponse (Maybe Bool) Source #

Returns true if the request succeeds; otherwise, it returns an error.

DescribeSpotPriceHistory

describeSpotPriceHistory_instanceTypes :: Lens' DescribeSpotPriceHistory (Maybe [InstanceType]) Source #

Filters the results by the specified instance types.

describeSpotPriceHistory_startTime :: Lens' DescribeSpotPriceHistory (Maybe UTCTime) Source #

The date and time, up to the past 90 days, from which to start retrieving the price history data, in UTC format (for example, YYYY-MM-DDTHH:MM:SSZ).

describeSpotPriceHistory_filters :: Lens' DescribeSpotPriceHistory (Maybe [Filter]) Source #

One or more filters.

  • availability-zone - The Availability Zone for which prices should be returned.
  • instance-type - The type of instance (for example, m3.medium).
  • product-description - The product description for the Spot price (Linux/UNIX | Red Hat Enterprise Linux | SUSE Linux | Windows | Linux/UNIX (Amazon VPC) | Red Hat Enterprise Linux (Amazon VPC) | SUSE Linux (Amazon VPC) | Windows (Amazon VPC)).
  • spot-price - The Spot price. The value must match exactly (or use wildcards; greater than or less than comparison is not supported).
  • timestamp - The time stamp of the Spot price history, in UTC format (for example, YYYY-MM-DDTHH:MM:SSZ). You can use wildcards (* and ?). Greater than or less than comparison is not supported.

describeSpotPriceHistory_availabilityZone :: Lens' DescribeSpotPriceHistory (Maybe Text) Source #

Filters the results by the specified Availability Zone.

describeSpotPriceHistory_endTime :: Lens' DescribeSpotPriceHistory (Maybe UTCTime) Source #

The date and time, up to the current date, from which to stop retrieving the price history data, in UTC format (for example, YYYY-MM-DDTHH:MM:SSZ).

describeSpotPriceHistory_productDescriptions :: Lens' DescribeSpotPriceHistory (Maybe [Text]) Source #

Filters the results by the specified basic product descriptions.

describeSpotPriceHistory_dryRun :: Lens' DescribeSpotPriceHistory (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

describeSpotPriceHistory_maxResults :: Lens' DescribeSpotPriceHistory (Maybe Int) Source #

The maximum number of results to return in a single call. Specify a value between 1 and 1000. The default value is 1000. To retrieve the remaining results, make another call with the returned NextToken value.

describeSpotPriceHistoryResponse_nextToken :: Lens' DescribeSpotPriceHistoryResponse (Maybe Text) Source #

The token required to retrieve the next set of results. This value is null or an empty string when there are no more results to return.

DeleteTransitGatewayConnectPeer

deleteTransitGatewayConnectPeer_dryRun :: Lens' DeleteTransitGatewayConnectPeer (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

DescribeDhcpOptions

describeDhcpOptions_filters :: Lens' DescribeDhcpOptions (Maybe [Filter]) Source #

One or more filters.

  • dhcp-options-id - The ID of a DHCP options set.
  • key - The key for one of the options (for example, domain-name).
  • value - The value for one of the options.
  • owner-id - The ID of the Amazon Web Services account that owns the DHCP options set.
  • tag:<key> - The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value. For example, to find all resources that have a tag with the key Owner and the value TeamA, specify tag:Owner for the filter name and TeamA for the filter value.
  • tag-key - The key of a tag assigned to the resource. Use this filter to find all resources assigned a tag with a specific key, regardless of the tag value.

describeDhcpOptions_dhcpOptionsIds :: Lens' DescribeDhcpOptions (Maybe [Text]) Source #

The IDs of one or more DHCP options sets.

Default: Describes all your DHCP options sets.

describeDhcpOptions_nextToken :: Lens' DescribeDhcpOptions (Maybe Text) Source #

The token for the next page of results.

describeDhcpOptions_dryRun :: Lens' DescribeDhcpOptions (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

describeDhcpOptions_maxResults :: Lens' DescribeDhcpOptions (Maybe Natural) Source #

The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.

describeDhcpOptionsResponse_nextToken :: Lens' DescribeDhcpOptionsResponse (Maybe Text) Source #

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

ImportImage

importImage_hypervisor :: Lens' ImportImage (Maybe Text) Source #

The target hypervisor platform.

Valid values: xen

importImage_platform :: Lens' ImportImage (Maybe Text) Source #

The operating system of the virtual machine.

Valid values: Windows | Linux

importImage_clientToken :: Lens' ImportImage (Maybe Text) Source #

The token to enable idempotency for VM import requests.

importImage_usageOperation :: Lens' ImportImage (Maybe Text) Source #

The usage operation value. For more information, see Licensing options in the VM Import/Export User Guide.

importImage_licenseType :: Lens' ImportImage (Maybe Text) Source #

The license type to be used for the Amazon Machine Image (AMI) after importing.

By default, we detect the source-system operating system (OS) and apply the appropriate license. Specify AWS to replace the source-system license with an Amazon Web Services license, if appropriate. Specify BYOL to retain the source-system license, if appropriate.

To use BYOL, you must have existing licenses with rights to use these licenses in a third party cloud, such as Amazon Web Services. For more information, see Prerequisites in the VM Import/Export User Guide.

importImage_roleName :: Lens' ImportImage (Maybe Text) Source #

The name of the role to use when not using the default role, 'vmimport'.

importImage_encrypted :: Lens' ImportImage (Maybe Bool) Source #

Specifies whether the destination AMI of the imported image should be encrypted. The default KMS key for EBS is used unless you specify a non-default KMS key using KmsKeyId. For more information, see Amazon EBS Encryption in the Amazon Elastic Compute Cloud User Guide.

importImage_tagSpecifications :: Lens' ImportImage (Maybe [TagSpecification]) Source #

The tags to apply to the import image task during creation.

importImage_kmsKeyId :: Lens' ImportImage (Maybe Text) Source #

An identifier for the symmetric KMS key to use when creating the encrypted AMI. This parameter is only required if you want to use a non-default KMS key; if this parameter is not specified, the default KMS key for EBS is used. If a KmsKeyId is specified, the Encrypted flag must also be set.

The KMS key identifier may be provided in any of the following formats:

  • Key ID
  • Key alias. The alias ARN contains the arn:aws:kms namespace, followed by the Region of the key, the Amazon Web Services account ID of the key owner, the alias namespace, and then the key alias. For example, arn:aws:kms:us-east-1:012345678910:alias/ExampleAlias.
  • ARN using key ID. The ID ARN contains the arn:aws:kms namespace, followed by the Region of the key, the Amazon Web Services account ID of the key owner, the key namespace, and then the key ID. For example, arn:aws:kms:us-east-1:012345678910:key/abcd1234-a123-456a-a12b-a123b4cd56ef.
  • ARN using key alias. The alias ARN contains the arn:aws:kms namespace, followed by the Region of the key, the Amazon Web Services account ID of the key owner, the alias namespace, and then the key alias. For example, arn:aws:kms:us-east-1:012345678910:alias/ExampleAlias.

Amazon Web Services parses KmsKeyId asynchronously, meaning that the action you call may appear to complete even though you provided an invalid identifier. This action will eventually report failure.

The specified KMS key must exist in the Region that the AMI is being copied to.

Amazon EBS does not support asymmetric KMS keys.

importImage_bootMode :: Lens' ImportImage (Maybe BootModeValues) Source #

The boot mode of the virtual machine.

importImage_architecture :: Lens' ImportImage (Maybe Text) Source #

The architecture of the virtual machine.

Valid values: i386 | x86_64 | arm64

importImage_description :: Lens' ImportImage (Maybe Text) Source #

A description string for the import image task.

importImage_dryRun :: Lens' ImportImage (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

importImage_diskContainers :: Lens' ImportImage (Maybe [ImageDiskContainer]) Source #

Information about the disk containers.

importImageResponse_hypervisor :: Lens' ImportImageResponse (Maybe Text) Source #

The target hypervisor of the import task.

importImageResponse_platform :: Lens' ImportImageResponse (Maybe Text) Source #

The operating system of the virtual machine.

importImageResponse_licenseType :: Lens' ImportImageResponse (Maybe Text) Source #

The license type of the virtual machine.

importImageResponse_encrypted :: Lens' ImportImageResponse (Maybe Bool) Source #

Indicates whether the AMI is encrypted.

importImageResponse_kmsKeyId :: Lens' ImportImageResponse (Maybe Text) Source #

The identifier for the symmetric KMS key that was used to create the encrypted AMI.

importImageResponse_statusMessage :: Lens' ImportImageResponse (Maybe Text) Source #

A detailed status message of the import task.

importImageResponse_imageId :: Lens' ImportImageResponse (Maybe Text) Source #

The ID of the Amazon Machine Image (AMI) created by the import task.

importImageResponse_importTaskId :: Lens' ImportImageResponse (Maybe Text) Source #

The task ID of the import image task.

importImageResponse_architecture :: Lens' ImportImageResponse (Maybe Text) Source #

The architecture of the virtual machine.

importImageResponse_tags :: Lens' ImportImageResponse (Maybe [Tag]) Source #

Any tags assigned to the import image task.

CreateLocalGatewayRouteTableVpcAssociation

createLocalGatewayRouteTableVpcAssociation_dryRun :: Lens' CreateLocalGatewayRouteTableVpcAssociation (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

CopyFpgaImage

copyFpgaImage_clientToken :: Lens' CopyFpgaImage (Maybe Text) Source #

Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see Ensuring idempotency.

copyFpgaImage_name :: Lens' CopyFpgaImage (Maybe Text) Source #

The name for the new AFI. The default is the name of the source AFI.

copyFpgaImage_description :: Lens' CopyFpgaImage (Maybe Text) Source #

The description for the new AFI.

copyFpgaImage_dryRun :: Lens' CopyFpgaImage (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

copyFpgaImage_sourceRegion :: Lens' CopyFpgaImage Text Source #

The Region that contains the source AFI.

ImportClientVpnClientCertificateRevocationList

importClientVpnClientCertificateRevocationList_dryRun :: Lens' ImportClientVpnClientCertificateRevocationList (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

importClientVpnClientCertificateRevocationList_clientVpnEndpointId :: Lens' ImportClientVpnClientCertificateRevocationList Text Source #

The ID of the Client VPN endpoint to which the client certificate revocation list applies.

StopInstances

stopInstances_hibernate :: Lens' StopInstances (Maybe Bool) Source #

Hibernates the instance if the instance was enabled for hibernation at launch. If the instance cannot hibernate successfully, a normal shutdown occurs. For more information, see Hibernate your instance in the Amazon EC2 User Guide.

Default: false

stopInstances_force :: Lens' StopInstances (Maybe Bool) Source #

Forces the instances to stop. The instances do not have an opportunity to flush file system caches or file system metadata. If you use this option, you must perform file system check and repair procedures. This option is not recommended for Windows instances.

Default: false

stopInstances_dryRun :: Lens' StopInstances (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

EnableEbsEncryptionByDefault

enableEbsEncryptionByDefault_dryRun :: Lens' EnableEbsEncryptionByDefault (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

ModifyAddressAttribute

modifyAddressAttribute_domainName :: Lens' ModifyAddressAttribute (Maybe Text) Source #

The domain name to modify for the IP address.

modifyAddressAttribute_dryRun :: Lens' ModifyAddressAttribute (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

DeregisterTransitGatewayMulticastGroupSources

deregisterTransitGatewayMulticastGroupSources_dryRun :: Lens' DeregisterTransitGatewayMulticastGroupSources (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

ModifyLaunchTemplate

modifyLaunchTemplate_launchTemplateName :: Lens' ModifyLaunchTemplate (Maybe Text) Source #

The name of the launch template. You must specify either the launch template ID or launch template name in the request.

modifyLaunchTemplate_clientToken :: Lens' ModifyLaunchTemplate (Maybe Text) Source #

Unique, case-sensitive identifier you provide to ensure the idempotency of the request. For more information, see Ensuring Idempotency.

Constraint: Maximum 128 ASCII characters.

modifyLaunchTemplate_launchTemplateId :: Lens' ModifyLaunchTemplate (Maybe Text) Source #

The ID of the launch template. You must specify either the launch template ID or launch template name in the request.

modifyLaunchTemplate_defaultVersion :: Lens' ModifyLaunchTemplate (Maybe Text) Source #

The version number of the launch template to set as the default version.

modifyLaunchTemplate_dryRun :: Lens' ModifyLaunchTemplate (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

ModifyVpcEndpointConnectionNotification

modifyVpcEndpointConnectionNotification_connectionEvents :: Lens' ModifyVpcEndpointConnectionNotification (Maybe [Text]) Source #

One or more events for the endpoint. Valid values are Accept, Connect, Delete, and Reject.

modifyVpcEndpointConnectionNotification_dryRun :: Lens' ModifyVpcEndpointConnectionNotification (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

DescribeInternetGateways

describeInternetGateways_filters :: Lens' DescribeInternetGateways (Maybe [Filter]) Source #

One or more filters.

  • attachment.state - The current state of the attachment between the gateway and the VPC (available). Present only if a VPC is attached.
  • attachment.vpc-id - The ID of an attached VPC.
  • internet-gateway-id - The ID of the Internet gateway.
  • owner-id - The ID of the Amazon Web Services account that owns the internet gateway.
  • tag:<key> - The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value. For example, to find all resources that have a tag with the key Owner and the value TeamA, specify tag:Owner for the filter name and TeamA for the filter value.
  • tag-key - The key of a tag assigned to the resource. Use this filter to find all resources assigned a tag with a specific key, regardless of the tag value.

describeInternetGateways_internetGatewayIds :: Lens' DescribeInternetGateways (Maybe [Text]) Source #

One or more internet gateway IDs.

Default: Describes all your internet gateways.

describeInternetGateways_dryRun :: Lens' DescribeInternetGateways (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

describeInternetGateways_maxResults :: Lens' DescribeInternetGateways (Maybe Natural) Source #

The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.

describeInternetGatewaysResponse_nextToken :: Lens' DescribeInternetGatewaysResponse (Maybe Text) Source #

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

DisableVpcClassicLink

disableVpcClassicLink_dryRun :: Lens' DisableVpcClassicLink (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

disableVpcClassicLinkResponse_return :: Lens' DisableVpcClassicLinkResponse (Maybe Bool) Source #

Returns true if the request succeeds; otherwise, it returns an error.

GetGroupsForCapacityReservation

getGroupsForCapacityReservation_nextToken :: Lens' GetGroupsForCapacityReservation (Maybe Text) Source #

The token to use to retrieve the next page of results.

getGroupsForCapacityReservation_dryRun :: Lens' GetGroupsForCapacityReservation (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

getGroupsForCapacityReservation_maxResults :: Lens' GetGroupsForCapacityReservation (Maybe Natural) Source #

The maximum number of results to return for the request in a single page. The remaining results can be seen by sending another request with the returned nextToken value. This value can be between 5 and 500. If maxResults is given a larger value than 500, you receive an error.

getGroupsForCapacityReservationResponse_nextToken :: Lens' GetGroupsForCapacityReservationResponse (Maybe Text) Source #

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

getGroupsForCapacityReservationResponse_capacityReservationGroups :: Lens' GetGroupsForCapacityReservationResponse (Maybe [CapacityReservationGroup]) Source #

Information about the resource groups to which the Capacity Reservation has been added.

DeleteLaunchTemplateVersions

deleteLaunchTemplateVersions_launchTemplateName :: Lens' DeleteLaunchTemplateVersions (Maybe Text) Source #

The name of the launch template. You must specify either the launch template ID or launch template name in the request.

deleteLaunchTemplateVersions_launchTemplateId :: Lens' DeleteLaunchTemplateVersions (Maybe Text) Source #

The ID of the launch template. You must specify either the launch template ID or launch template name in the request.

deleteLaunchTemplateVersions_dryRun :: Lens' DeleteLaunchTemplateVersions (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

deleteLaunchTemplateVersions_versions :: Lens' DeleteLaunchTemplateVersions [Text] Source #

The version numbers of one or more launch template versions to delete.

BundleInstance

bundleInstance_dryRun :: Lens' BundleInstance (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

bundleInstance_instanceId :: Lens' BundleInstance Text Source #

The ID of the instance to bundle.

Type: String

Default: None

Required: Yes

bundleInstance_storage :: Lens' BundleInstance Storage Source #

The bucket in which to store the AMI. You can specify a bucket that you already own or a new bucket that Amazon EC2 creates on your behalf. If you specify a bucket that belongs to someone else, Amazon EC2 returns an error.

DescribeNetworkInterfaces

describeNetworkInterfaces_networkInterfaceIds :: Lens' DescribeNetworkInterfaces (Maybe [Text]) Source #

One or more network interface IDs.

Default: Describes all your network interfaces.

describeNetworkInterfaces_filters :: Lens' DescribeNetworkInterfaces (Maybe [Filter]) Source #

One or more filters.

  • addresses.private-ip-address - The private IPv4 addresses associated with the network interface.
  • addresses.primary - Whether the private IPv4 address is the primary IP address associated with the network interface.
  • addresses.association.public-ip - The association ID returned when the network interface was associated with the Elastic IP address (IPv4).
  • addresses.association.owner-id - The owner ID of the addresses associated with the network interface.
  • association.association-id - The association ID returned when the network interface was associated with an IPv4 address.
  • association.allocation-id - The allocation ID returned when you allocated the Elastic IP address (IPv4) for your network interface.
  • association.ip-owner-id - The owner of the Elastic IP address (IPv4) associated with the network interface.
  • association.public-ip - The address of the Elastic IP address (IPv4) bound to the network interface.
  • association.public-dns-name - The public DNS name for the network interface (IPv4).
  • attachment.attachment-id - The ID of the interface attachment.
  • attachment.attach-time - The time that the network interface was attached to an instance.
  • attachment.delete-on-termination - Indicates whether the attachment is deleted when an instance is terminated.
  • attachment.device-index - The device index to which the network interface is attached.
  • attachment.instance-id - The ID of the instance to which the network interface is attached.
  • attachment.instance-owner-id - The owner ID of the instance to which the network interface is attached.
  • attachment.status - The status of the attachment (attaching | attached | detaching | detached).
  • availability-zone - The Availability Zone of the network interface.
  • description - The description of the network interface.
  • group-id - The ID of a security group associated with the network interface.
  • group-name - The name of a security group associated with the network interface.
  • ipv6-addresses.ipv6-address - An IPv6 address associated with the network interface.
  • mac-address - The MAC address of the network interface.
  • network-interface-id - The ID of the network interface.
  • owner-id - The Amazon Web Services account ID of the network interface owner.
  • private-ip-address - The private IPv4 address or addresses of the network interface.
  • private-dns-name - The private DNS name of the network interface (IPv4).
  • requester-id - The alias or Amazon Web Services account ID of the principal or service that created the network interface.
  • requester-managed - Indicates whether the network interface is being managed by an Amazon Web Service (for example, Amazon Web Services Management Console, Auto Scaling, and so on).
  • source-dest-check - Indicates whether the network interface performs source/destination checking. A value of true means checking is enabled, and false means checking is disabled. The value must be false for the network interface to perform network address translation (NAT) in your VPC.
  • status - The status of the network interface. If the network interface is not attached to an instance, the status is available; if a network interface is attached to an instance the status is in-use.
  • subnet-id - The ID of the subnet for the network interface.
  • tag:<key> - The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value. For example, to find all resources that have a tag with the key Owner and the value TeamA, specify tag:Owner for the filter name and TeamA for the filter value.
  • tag-key - The key of a tag assigned to the resource. Use this filter to find all resources assigned a tag with a specific key, regardless of the tag value.
  • vpc-id - The ID of the VPC for the network interface.

describeNetworkInterfaces_nextToken :: Lens' DescribeNetworkInterfaces (Maybe Text) Source #

The token to retrieve the next page of results.

describeNetworkInterfaces_dryRun :: Lens' DescribeNetworkInterfaces (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

describeNetworkInterfaces_maxResults :: Lens' DescribeNetworkInterfaces (Maybe Natural) Source #

The maximum number of items to return for this request. The request returns a token that you can specify in a subsequent call to get the next set of results. You cannot specify this parameter and the network interface IDs parameter in the same request.

describeNetworkInterfacesResponse_nextToken :: Lens' DescribeNetworkInterfacesResponse (Maybe Text) Source #

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

ReplaceNetworkAclAssociation

replaceNetworkAclAssociation_dryRun :: Lens' ReplaceNetworkAclAssociation (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

replaceNetworkAclAssociation_associationId :: Lens' ReplaceNetworkAclAssociation Text Source #

The ID of the current association between the original network ACL and the subnet.

replaceNetworkAclAssociation_networkAclId :: Lens' ReplaceNetworkAclAssociation Text Source #

The ID of the new network ACL to associate with the subnet.

AssociateInstanceEventWindow

associateInstanceEventWindow_dryRun :: Lens' AssociateInstanceEventWindow (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

DescribeNatGateways

describeNatGateways_nextToken :: Lens' DescribeNatGateways (Maybe Text) Source #

The token for the next page of results.

describeNatGateways_filter :: Lens' DescribeNatGateways (Maybe [Filter]) Source #

One or more filters.

  • nat-gateway-id - The ID of the NAT gateway.
  • state - The state of the NAT gateway (pending | failed | available | deleting | deleted).
  • subnet-id - The ID of the subnet in which the NAT gateway resides.
  • tag:<key> - The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value. For example, to find all resources that have a tag with the key Owner and the value TeamA, specify tag:Owner for the filter name and TeamA for the filter value.
  • tag-key - The key of a tag assigned to the resource. Use this filter to find all resources assigned a tag with a specific key, regardless of the tag value.
  • vpc-id - The ID of the VPC in which the NAT gateway resides.

describeNatGateways_dryRun :: Lens' DescribeNatGateways (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

describeNatGateways_maxResults :: Lens' DescribeNatGateways (Maybe Natural) Source #

The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.

describeNatGatewaysResponse_nextToken :: Lens' DescribeNatGatewaysResponse (Maybe Text) Source #

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

DescribeAddresses

describeAddresses_filters :: Lens' DescribeAddresses (Maybe [Filter]) Source #

One or more filters. Filter names and values are case-sensitive.

  • allocation-id - [EC2-VPC] The allocation ID for the address.
  • association-id - [EC2-VPC] The association ID for the address.
  • domain - Indicates whether the address is for use in EC2-Classic (standard) or in a VPC (vpc).
  • instance-id - The ID of the instance the address is associated with, if any.
  • network-border-group - A unique set of Availability Zones, Local Zones, or Wavelength Zones from where Amazon Web Services advertises IP addresses.
  • network-interface-id - [EC2-VPC] The ID of the network interface that the address is associated with, if any.
  • network-interface-owner-id - The Amazon Web Services account ID of the owner.
  • private-ip-address - [EC2-VPC] The private IP address associated with the Elastic IP address.
  • public-ip - The Elastic IP address, or the carrier IP address.
  • tag:<key> - The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value. For example, to find all resources that have a tag with the key Owner and the value TeamA, specify tag:Owner for the filter name and TeamA for the filter value.
  • tag-key - The key of a tag assigned to the resource. Use this filter to find all resources assigned a tag with a specific key, regardless of the tag value.

describeAddresses_publicIps :: Lens' DescribeAddresses (Maybe [Text]) Source #

One or more Elastic IP addresses.

Default: Describes all your Elastic IP addresses.

describeAddresses_allocationIds :: Lens' DescribeAddresses (Maybe [Text]) Source #

EC2-VPC
Information about the allocation IDs.

describeAddresses_dryRun :: Lens' DescribeAddresses (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

describeAddressesResponse_addresses :: Lens' DescribeAddressesResponse (Maybe [Address]) Source #

Information about the Elastic IP addresses.

RestoreManagedPrefixListVersion

restoreManagedPrefixListVersion_dryRun :: Lens' RestoreManagedPrefixListVersion (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

DescribeSnapshotAttribute

describeSnapshotAttribute_dryRun :: Lens' DescribeSnapshotAttribute (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

describeSnapshotAttributeResponse_createVolumePermissions :: Lens' DescribeSnapshotAttributeResponse (Maybe [CreateVolumePermission]) Source #

The users and groups that have the permissions for creating volumes from the snapshot.

DescribeIdentityIdFormat

describeIdentityIdFormat_resource :: Lens' DescribeIdentityIdFormat (Maybe Text) Source #

The type of resource: bundle | conversion-task | customer-gateway | dhcp-options | elastic-ip-allocation | elastic-ip-association | export-task | flow-log | image | import-task | instance | internet-gateway | network-acl | network-acl-association | network-interface | network-interface-attachment | prefix-list | reservation | route-table | route-table-association | security-group | snapshot | subnet | subnet-cidr-block-association | volume | vpc | vpc-cidr-block-association | vpc-endpoint | vpc-peering-connection | vpn-connection | vpn-gateway

describeIdentityIdFormat_principalArn :: Lens' DescribeIdentityIdFormat Text Source #

The ARN of the principal, which can be an IAM role, IAM user, or the root user.

ReplaceRoute

replaceRoute_vpcPeeringConnectionId :: Lens' ReplaceRoute (Maybe Text) Source #

The ID of a VPC peering connection.

replaceRoute_instanceId :: Lens' ReplaceRoute (Maybe Text) Source #

The ID of a NAT instance in your VPC.

replaceRoute_egressOnlyInternetGatewayId :: Lens' ReplaceRoute (Maybe Text) Source #

IPv6 traffic only
The ID of an egress-only internet gateway.

replaceRoute_destinationIpv6CidrBlock :: Lens' ReplaceRoute (Maybe Text) Source #

The IPv6 CIDR address block used for the destination match. The value that you provide must match the CIDR of an existing route in the table.

replaceRoute_natGatewayId :: Lens' ReplaceRoute (Maybe Text) Source #

IPv4 traffic only
The ID of a NAT gateway.

replaceRoute_localTarget :: Lens' ReplaceRoute (Maybe Bool) Source #

Specifies whether to reset the local route to its default target (local).

replaceRoute_gatewayId :: Lens' ReplaceRoute (Maybe Text) Source #

The ID of an internet gateway or virtual private gateway.

replaceRoute_vpcEndpointId :: Lens' ReplaceRoute (Maybe Text) Source #

The ID of a VPC endpoint. Supported for Gateway Load Balancer endpoints only.

replaceRoute_destinationPrefixListId :: Lens' ReplaceRoute (Maybe Text) Source #

The ID of the prefix list for the route.

replaceRoute_dryRun :: Lens' ReplaceRoute (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

replaceRoute_carrierGatewayId :: Lens' ReplaceRoute (Maybe Text) Source #

IPv4 traffic only
The ID of a carrier gateway.

replaceRoute_destinationCidrBlock :: Lens' ReplaceRoute (Maybe Text) Source #

The IPv4 CIDR address block used for the destination match. The value that you provide must match the CIDR of an existing route in the table.

DescribeVpcEndpointServices

describeVpcEndpointServices_filters :: Lens' DescribeVpcEndpointServices (Maybe [Filter]) Source #

One or more filters.

  • service-name - The name of the service.
  • service-type - The type of service (Interface | Gateway).
  • tag:<key> - The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value. For example, to find all resources that have a tag with the key Owner and the value TeamA, specify tag:Owner for the filter name and TeamA for the filter value.
  • tag-key - The key of a tag assigned to the resource. Use this filter to find all resources assigned a tag with a specific key, regardless of the tag value.

describeVpcEndpointServices_nextToken :: Lens' DescribeVpcEndpointServices (Maybe Text) Source #

The token for the next set of items to return. (You received this token from a prior call.)

describeVpcEndpointServices_dryRun :: Lens' DescribeVpcEndpointServices (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

describeVpcEndpointServices_maxResults :: Lens' DescribeVpcEndpointServices (Maybe Int) Source #

The maximum number of items to return for this request. The request returns a token that you can specify in a subsequent call to get the next set of results.

Constraint: If the value is greater than 1,000, we return only 1,000 items.

describeVpcEndpointServicesResponse_nextToken :: Lens' DescribeVpcEndpointServicesResponse (Maybe Text) Source #

The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.

DeleteLocalGatewayRoute

deleteLocalGatewayRoute_dryRun :: Lens' DeleteLocalGatewayRoute (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

deleteLocalGatewayRoute_destinationCidrBlock :: Lens' DeleteLocalGatewayRoute Text Source #

The CIDR range for the route. This must match the CIDR for the route exactly.

AuthorizeSecurityGroupIngress

authorizeSecurityGroupIngress_fromPort :: Lens' AuthorizeSecurityGroupIngress (Maybe Int) Source #

The start of port range for the TCP and UDP protocols, or an ICMP type number. For the ICMP type number, use -1 to specify all types. If you specify all ICMP types, you must specify all codes.

Alternatively, use a set of IP permissions to specify multiple rules and a description for the rule.

authorizeSecurityGroupIngress_ipProtocol :: Lens' AuthorizeSecurityGroupIngress (Maybe Text) Source #

The IP protocol name (tcp, udp, icmp) or number (see Protocol Numbers). To specify icmpv6, use a set of IP permissions.

VPC only
Use -1 to specify all protocols. If you specify -1 or a protocol other than tcp, udp, or icmp, traffic on all ports is allowed, regardless of any ports you specify.

Alternatively, use a set of IP permissions to specify multiple rules and a description for the rule.

authorizeSecurityGroupIngress_groupId :: Lens' AuthorizeSecurityGroupIngress (Maybe Text) Source #

The ID of the security group. You must specify either the security group ID or the security group name in the request. For security groups in a nondefault VPC, you must specify the security group ID.

authorizeSecurityGroupIngress_toPort :: Lens' AuthorizeSecurityGroupIngress (Maybe Int) Source #

The end of port range for the TCP and UDP protocols, or an ICMP code number. For the ICMP code number, use -1 to specify all codes. If you specify all ICMP types, you must specify all codes.

Alternatively, use a set of IP permissions to specify multiple rules and a description for the rule.

authorizeSecurityGroupIngress_cidrIp :: Lens' AuthorizeSecurityGroupIngress (Maybe Text) Source #

The IPv4 address range, in CIDR format. You can't specify this parameter when specifying a source security group. To specify an IPv6 address range, use a set of IP permissions.

Alternatively, use a set of IP permissions to specify multiple rules and a description for the rule.

authorizeSecurityGroupIngress_sourceSecurityGroupOwnerId :: Lens' AuthorizeSecurityGroupIngress (Maybe Text) Source #

nondefault VPC
The Amazon Web Services account ID for the source security group, if the source security group is in a different account. You can't specify this parameter in combination with the following parameters: the CIDR IP address range, the IP protocol, the start of the port range, and the end of the port range. Creates rules that grant full ICMP, UDP, and TCP access. To create a rule with a specific IP protocol and port range, use a set of IP permissions instead.

authorizeSecurityGroupIngress_groupName :: Lens' AuthorizeSecurityGroupIngress (Maybe Text) Source #

EC2-Classic, default VPC
The name of the security group. You must specify either the security group ID or the security group name in the request.

authorizeSecurityGroupIngress_sourceSecurityGroupName :: Lens' AuthorizeSecurityGroupIngress (Maybe Text) Source #

EC2-Classic, default VPC
The name of the source security group. You can't specify this parameter in combination with the following parameters: the CIDR IP address range, the start of the port range, the IP protocol, and the end of the port range. Creates rules that grant full ICMP, UDP, and TCP access. To create a rule with a specific IP protocol and port range, use a set of IP permissions instead. For EC2-VPC, the source security group must be in the same VPC.

authorizeSecurityGroupIngress_dryRun :: Lens' AuthorizeSecurityGroupIngress (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

authorizeSecurityGroupIngressResponse_return :: Lens' AuthorizeSecurityGroupIngressResponse (Maybe Bool) Source #

Returns true if the request succeeds; otherwise, returns an error.

authorizeSecurityGroupIngressResponse_securityGroupRules :: Lens' AuthorizeSecurityGroupIngressResponse (Maybe [SecurityGroupRule]) Source #

Information about the inbound (ingress) security group rules that were added.

CreateVpcPeeringConnection

createVpcPeeringConnection_peerVpcId :: Lens' CreateVpcPeeringConnection (Maybe Text) Source #

The ID of the VPC with which you are creating the VPC peering connection. You must specify this parameter in the request.

createVpcPeeringConnection_vpcId :: Lens' CreateVpcPeeringConnection (Maybe Text) Source #

The ID of the requester VPC. You must specify this parameter in the request.

createVpcPeeringConnection_peerOwnerId :: Lens' CreateVpcPeeringConnection (Maybe Text) Source #

The Amazon Web Services account ID of the owner of the accepter VPC.

Default: Your Amazon Web Services account ID

createVpcPeeringConnection_peerRegion :: Lens' CreateVpcPeeringConnection (Maybe Text) Source #

The Region code for the accepter VPC, if the accepter VPC is located in a Region other than the Region in which you make the request.

Default: The Region in which you make the request.

createVpcPeeringConnection_dryRun :: Lens' CreateVpcPeeringConnection (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

DescribeSubnets

describeSubnets_subnetIds :: Lens' DescribeSubnets (Maybe [Text]) Source #

One or more subnet IDs.

Default: Describes all your subnets.

describeSubnets_filters :: Lens' DescribeSubnets (Maybe [Filter]) Source #

One or more filters.

  • availability-zone - The Availability Zone for the subnet. You can also use availabilityZone as the filter name.
  • availability-zone-id - The ID of the Availability Zone for the subnet. You can also use availabilityZoneId as the filter name.
  • available-ip-address-count - The number of IPv4 addresses in the subnet that are available.
  • cidr-block - The IPv4 CIDR block of the subnet. The CIDR block you specify must exactly match the subnet's CIDR block for information to be returned for the subnet. You can also use cidr or cidrBlock as the filter names.
  • default-for-az - Indicates whether this is the default subnet for the Availability Zone. You can also use defaultForAz as the filter name.
  • ipv6-cidr-block-association.ipv6-cidr-block - An IPv6 CIDR block associated with the subnet.
  • ipv6-cidr-block-association.association-id - An association ID for an IPv6 CIDR block associated with the subnet.
  • ipv6-cidr-block-association.state - The state of an IPv6 CIDR block associated with the subnet.
  • outpost-arn - The Amazon Resource Name (ARN) of the Outpost.
  • owner-id - The ID of the Amazon Web Services account that owns the subnet.
  • state - The state of the subnet (pending | available).
  • subnet-arn - The Amazon Resource Name (ARN) of the subnet.
  • subnet-id - The ID of the subnet.
  • tag:<key> - The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value. For example, to find all resources that have a tag with the key Owner and the value TeamA, specify tag:Owner for the filter name and TeamA for the filter value.
  • tag-key - The key of a tag assigned to the resource. Use this filter to find all resources assigned a tag with a specific key, regardless of the tag value.
  • vpc-id - The ID of the VPC for the subnet.

describeSubnets_nextToken :: Lens' DescribeSubnets (Maybe Text) Source #

The token for the next page of results.

describeSubnets_dryRun :: Lens' DescribeSubnets (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

describeSubnets_maxResults :: Lens' DescribeSubnets (Maybe Natural) Source #

The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.

describeSubnetsResponse_nextToken :: Lens' DescribeSubnetsResponse (Maybe Text) Source #

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

GetTransitGatewayAttachmentPropagations

getTransitGatewayAttachmentPropagations_filters :: Lens' GetTransitGatewayAttachmentPropagations (Maybe [Filter]) Source #

One or more filters. The possible values are:

  • transit-gateway-route-table-id - The ID of the transit gateway route table.

getTransitGatewayAttachmentPropagations_dryRun :: Lens' GetTransitGatewayAttachmentPropagations (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

getTransitGatewayAttachmentPropagations_maxResults :: Lens' GetTransitGatewayAttachmentPropagations (Maybe Natural) Source #

The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.

getTransitGatewayAttachmentPropagationsResponse_nextToken :: Lens' GetTransitGatewayAttachmentPropagationsResponse (Maybe Text) Source #

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

CreateTags

createTags_dryRun :: Lens' CreateTags (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

createTags_resources :: Lens' CreateTags [Text] Source #

The IDs of the resources, separated by spaces.

Constraints: Up to 1000 resource IDs. We recommend breaking up this request into smaller batches.

createTags_tags :: Lens' CreateTags [Tag] Source #

The tags. The value parameter is required, but if you don't want the tag to have a value, specify the parameter with no value, and we set the value to an empty string.

PurchaseReservedInstancesOffering

purchaseReservedInstancesOffering_purchaseTime :: Lens' PurchaseReservedInstancesOffering (Maybe UTCTime) Source #

The time at which to purchase the Reserved Instance, in UTC format (for example, YYYY-MM-DDTHH:MM:SSZ).

purchaseReservedInstancesOffering_limitPrice :: Lens' PurchaseReservedInstancesOffering (Maybe ReservedInstanceLimitPrice) Source #

Specified for Reserved Instance Marketplace offerings to limit the total order and ensure that the Reserved Instances are not purchased at unexpected prices.

purchaseReservedInstancesOffering_dryRun :: Lens' PurchaseReservedInstancesOffering (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

purchaseReservedInstancesOfferingResponse_reservedInstancesId :: Lens' PurchaseReservedInstancesOfferingResponse (Maybe Text) Source #

The IDs of the purchased Reserved Instances. If your purchase crosses into a discounted pricing tier, the final Reserved Instances IDs might change. For more information, see Crossing pricing tiers in the Amazon Elastic Compute Cloud User Guide.

DeleteNetworkAclEntry

deleteNetworkAclEntry_dryRun :: Lens' DeleteNetworkAclEntry (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

deleteNetworkAclEntry_egress :: Lens' DeleteNetworkAclEntry Bool Source #

Indicates whether the rule is an egress rule.

deleteNetworkAclEntry_ruleNumber :: Lens' DeleteNetworkAclEntry Int Source #

The rule number of the entry to delete.

ResetSnapshotAttribute

resetSnapshotAttribute_dryRun :: Lens' ResetSnapshotAttribute (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

resetSnapshotAttribute_attribute :: Lens' ResetSnapshotAttribute SnapshotAttributeName Source #

The attribute to reset. Currently, only the attribute for permission to create volumes can be reset.

DescribeVpnConnections

describeVpnConnections_filters :: Lens' DescribeVpnConnections (Maybe [Filter]) Source #

One or more filters.

  • customer-gateway-configuration - The configuration information for the customer gateway.
  • customer-gateway-id - The ID of a customer gateway associated with the VPN connection.
  • state - The state of the VPN connection (pending | available | deleting | deleted).
  • option.static-routes-only - Indicates whether the connection has static routes only. Used for devices that do not support Border Gateway Protocol (BGP).
  • route.destination-cidr-block - The destination CIDR block. This corresponds to the subnet used in a customer data center.
  • bgp-asn - The BGP Autonomous System Number (ASN) associated with a BGP device.
  • tag:<key> - The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value. For example, to find all resources that have a tag with the key Owner and the value TeamA, specify tag:Owner for the filter name and TeamA for the filter value.
  • tag-key - The key of a tag assigned to the resource. Use this filter to find all resources assigned a tag with a specific key, regardless of the tag value.
  • type - The type of VPN connection. Currently the only supported type is ipsec.1.
  • vpn-connection-id - The ID of the VPN connection.
  • vpn-gateway-id - The ID of a virtual private gateway associated with the VPN connection.
  • transit-gateway-id - The ID of a transit gateway associated with the VPN connection.

describeVpnConnections_vpnConnectionIds :: Lens' DescribeVpnConnections (Maybe [Text]) Source #

One or more VPN connection IDs.

Default: Describes your VPN connections.

describeVpnConnections_dryRun :: Lens' DescribeVpnConnections (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

ModifyInstanceEventStartTime

modifyInstanceEventStartTime_dryRun :: Lens' ModifyInstanceEventStartTime (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

modifyInstanceEventStartTime_instanceId :: Lens' ModifyInstanceEventStartTime Text Source #

The ID of the instance with the scheduled event.

modifyInstanceEventStartTime_instanceEventId :: Lens' ModifyInstanceEventStartTime Text Source #

The ID of the event whose date and time you are modifying.

modifyInstanceEventStartTime_notBefore :: Lens' ModifyInstanceEventStartTime UTCTime Source #

The new date and time when the event will take place.

DeleteRoute

deleteRoute_destinationIpv6CidrBlock :: Lens' DeleteRoute (Maybe Text) Source #

The IPv6 CIDR range for the route. The value you specify must match the CIDR for the route exactly.

deleteRoute_destinationPrefixListId :: Lens' DeleteRoute (Maybe Text) Source #

The ID of the prefix list for the route.

deleteRoute_dryRun :: Lens' DeleteRoute (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

deleteRoute_destinationCidrBlock :: Lens' DeleteRoute (Maybe Text) Source #

The IPv4 CIDR range for the route. The value you specify must match the CIDR for the route exactly.

deleteRoute_routeTableId :: Lens' DeleteRoute Text Source #

The ID of the route table.

ReplaceNetworkAclEntry

replaceNetworkAclEntry_ipv6CidrBlock :: Lens' ReplaceNetworkAclEntry (Maybe Text) Source #

The IPv6 network range to allow or deny, in CIDR notation (for example 2001:bd8:1234:1a00::/64).

replaceNetworkAclEntry_icmpTypeCode :: Lens' ReplaceNetworkAclEntry (Maybe IcmpTypeCode) Source #

ICMP protocol: The ICMP or ICMPv6 type and code. Required if specifying protocol 1 (ICMP) or protocol 58 (ICMPv6) with an IPv6 CIDR block.

replaceNetworkAclEntry_portRange :: Lens' ReplaceNetworkAclEntry (Maybe PortRange) Source #

TCP or UDP protocols: The range of ports the rule applies to. Required if specifying protocol 6 (TCP) or 17 (UDP).

replaceNetworkAclEntry_cidrBlock :: Lens' ReplaceNetworkAclEntry (Maybe Text) Source #

The IPv4 network range to allow or deny, in CIDR notation (for example 172.16.0.0/24).

replaceNetworkAclEntry_dryRun :: Lens' ReplaceNetworkAclEntry (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

replaceNetworkAclEntry_egress :: Lens' ReplaceNetworkAclEntry Bool Source #

Indicates whether to replace the egress rule.

Default: If no value is specified, we replace the ingress rule.

replaceNetworkAclEntry_protocol :: Lens' ReplaceNetworkAclEntry Text Source #

The protocol number. A value of "-1" means all protocols. If you specify "-1" or a protocol number other than "6" (TCP), "17" (UDP), or "1" (ICMP), traffic on all ports is allowed, regardless of any ports or ICMP types or codes that you specify. If you specify protocol "58" (ICMPv6) and specify an IPv4 CIDR block, traffic for all ICMP types and codes allowed, regardless of any that you specify. If you specify protocol "58" (ICMPv6) and specify an IPv6 CIDR block, you must specify an ICMP type and code.

replaceNetworkAclEntry_ruleAction :: Lens' ReplaceNetworkAclEntry RuleAction Source #

Indicates whether to allow or deny the traffic that matches the rule.

replaceNetworkAclEntry_ruleNumber :: Lens' ReplaceNetworkAclEntry Int Source #

The rule number of the entry to replace.

DeleteInstanceEventWindow

deleteInstanceEventWindow_forceDelete :: Lens' DeleteInstanceEventWindow (Maybe Bool) Source #

Specify true to force delete the event window. Use the force delete parameter if the event window is currently associated with targets.

deleteInstanceEventWindow_dryRun :: Lens' DeleteInstanceEventWindow (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

DescribeVpcEndpoints

describeVpcEndpoints_filters :: Lens' DescribeVpcEndpoints (Maybe [Filter]) Source #

One or more filters.

  • service-name - The name of the service.
  • vpc-id - The ID of the VPC in which the endpoint resides.
  • vpc-endpoint-id - The ID of the endpoint.
  • vpc-endpoint-state - The state of the endpoint (pendingAcceptance | pending | available | deleting | deleted | rejected | failed).
  • vpc-endpoint-type - The type of VPC endpoint (Interface | Gateway | GatewayLoadBalancer).
  • tag:<key> - The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value. For example, to find all resources that have a tag with the key Owner and the value TeamA, specify tag:Owner for the filter name and TeamA for the filter value.
  • tag-key - The key of a tag assigned to the resource. Use this filter to find all resources assigned a tag with a specific key, regardless of the tag value.

describeVpcEndpoints_nextToken :: Lens' DescribeVpcEndpoints (Maybe Text) Source #

The token for the next set of items to return. (You received this token from a prior call.)

describeVpcEndpoints_dryRun :: Lens' DescribeVpcEndpoints (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

describeVpcEndpoints_maxResults :: Lens' DescribeVpcEndpoints (Maybe Int) Source #

The maximum number of items to return for this request. The request returns a token that you can specify in a subsequent call to get the next set of results.

Constraint: If the value is greater than 1,000, we return only 1,000 items.

describeVpcEndpointsResponse_nextToken :: Lens' DescribeVpcEndpointsResponse (Maybe Text) Source #

The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.

CreateTrafficMirrorFilter

createTrafficMirrorFilter_clientToken :: Lens' CreateTrafficMirrorFilter (Maybe Text) Source #

Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to ensure idempotency.

createTrafficMirrorFilter_description :: Lens' CreateTrafficMirrorFilter (Maybe Text) Source #

The description of the Traffic Mirror filter.

createTrafficMirrorFilter_dryRun :: Lens' CreateTrafficMirrorFilter (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

createTrafficMirrorFilterResponse_clientToken :: Lens' CreateTrafficMirrorFilterResponse (Maybe Text) Source #

Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to ensure idempotency.

ResetInstanceAttribute

resetInstanceAttribute_dryRun :: Lens' ResetInstanceAttribute (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

resetInstanceAttribute_attribute :: Lens' ResetInstanceAttribute InstanceAttributeName Source #

The attribute to reset.

You can only reset the following attributes: kernel | ramdisk | sourceDestCheck. To change an instance attribute, use ModifyInstanceAttribute.

ModifyIdentityIdFormat

modifyIdentityIdFormat_principalArn :: Lens' ModifyIdentityIdFormat Text Source #

The ARN of the principal, which can be an IAM user, IAM role, or the root user. Specify all to modify the ID format for all IAM users, IAM roles, and the root user of the account.

modifyIdentityIdFormat_resource :: Lens' ModifyIdentityIdFormat Text Source #

The type of resource: bundle | conversion-task | customer-gateway | dhcp-options | elastic-ip-allocation | elastic-ip-association | export-task | flow-log | image | import-task | internet-gateway | network-acl | network-acl-association | network-interface | network-interface-attachment | prefix-list | route-table | route-table-association | security-group | subnet | subnet-cidr-block-association | vpc | vpc-cidr-block-association | vpc-endpoint | vpc-peering-connection | vpn-connection | vpn-gateway.

Alternatively, use the all-current option to include all resource types that are currently within their opt-in period for longer IDs.

modifyIdentityIdFormat_useLongIds :: Lens' ModifyIdentityIdFormat Bool Source #

Indicates whether the resource should use longer IDs (17-character IDs)

AttachNetworkInterface

attachNetworkInterface_networkCardIndex :: Lens' AttachNetworkInterface (Maybe Int) Source #

The index of the network card. Some instance types support multiple network cards. The primary network interface must be assigned to network card index 0. The default is network card index 0.

attachNetworkInterface_dryRun :: Lens' AttachNetworkInterface (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

attachNetworkInterface_deviceIndex :: Lens' AttachNetworkInterface Int Source #

The index of the device for the network interface attachment.

CreateCapacityReservation

createCapacityReservation_clientToken :: Lens' CreateCapacityReservation (Maybe Text) Source #

Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see Ensure Idempotency.

createCapacityReservation_availabilityZoneId :: Lens' CreateCapacityReservation (Maybe Text) Source #

The ID of the Availability Zone in which to create the Capacity Reservation.

createCapacityReservation_outpostArn :: Lens' CreateCapacityReservation (Maybe Text) Source #

The Amazon Resource Name (ARN) of the Outpost on which to create the Capacity Reservation.

createCapacityReservation_endDate :: Lens' CreateCapacityReservation (Maybe UTCTime) Source #

The date and time at which the Capacity Reservation expires. When a Capacity Reservation expires, the reserved capacity is released and you can no longer launch instances into it. The Capacity Reservation's state changes to expired when it reaches its end date and time.

You must provide an EndDate value if EndDateType is limited. Omit EndDate if EndDateType is unlimited.

If the EndDateType is limited, the Capacity Reservation is cancelled within an hour from the specified time. For example, if you specify 5/31/2019, 13:30:55, the Capacity Reservation is guaranteed to end between 13:30:55 and 14:30:55 on 5/31/2019.

createCapacityReservation_ephemeralStorage :: Lens' CreateCapacityReservation (Maybe Bool) Source #

Indicates whether the Capacity Reservation supports instances with temporary, block-level storage.

createCapacityReservation_instanceMatchCriteria :: Lens' CreateCapacityReservation (Maybe InstanceMatchCriteria) Source #

Indicates the type of instance launches that the Capacity Reservation accepts. The options include:

  • open - The Capacity Reservation automatically matches all instances that have matching attributes (instance type, platform, and Availability Zone). Instances that have matching attributes run in the Capacity Reservation automatically without specifying any additional parameters.
  • targeted - The Capacity Reservation only accepts instances that have matching attributes (instance type, platform, and Availability Zone), and explicitly target the Capacity Reservation. This ensures that only permitted instances can use the reserved capacity.

Default: open

createCapacityReservation_ebsOptimized :: Lens' CreateCapacityReservation (Maybe Bool) Source #

Indicates whether the Capacity Reservation supports EBS-optimized instances. This optimization provides dedicated throughput to Amazon EBS and an optimized configuration stack to provide optimal I/O performance. This optimization isn't available with all instance types. Additional usage charges apply when using an EBS- optimized instance.

createCapacityReservation_tagSpecifications :: Lens' CreateCapacityReservation (Maybe [TagSpecification]) Source #

The tags to apply to the Capacity Reservation during launch.

createCapacityReservation_availabilityZone :: Lens' CreateCapacityReservation (Maybe Text) Source #

The Availability Zone in which to create the Capacity Reservation.

createCapacityReservation_tenancy :: Lens' CreateCapacityReservation (Maybe CapacityReservationTenancy) Source #

Indicates the tenancy of the Capacity Reservation. A Capacity Reservation can have one of the following tenancy settings:

  • default - The Capacity Reservation is created on hardware that is shared with other Amazon Web Services accounts.
  • dedicated - The Capacity Reservation is created on single-tenant hardware that is dedicated to a single Amazon Web Services account.

createCapacityReservation_endDateType :: Lens' CreateCapacityReservation (Maybe EndDateType) Source #

Indicates the way in which the Capacity Reservation ends. A Capacity Reservation can have one of the following end types:

  • unlimited - The Capacity Reservation remains active until you explicitly cancel it. Do not provide an EndDate if the EndDateType is unlimited.
  • limited - The Capacity Reservation expires automatically at a specified date and time. You must provide an EndDate value if the EndDateType value is limited.

createCapacityReservation_dryRun :: Lens' CreateCapacityReservation (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

createCapacityReservation_instanceType :: Lens' CreateCapacityReservation Text Source #

The instance type for which to reserve capacity. For more information, see Instance types in the Amazon EC2 User Guide.

createCapacityReservation_instanceCount :: Lens' CreateCapacityReservation Int Source #

The number of instances for which to reserve capacity.

Valid range: 1 - 1000

DescribeInstanceStatus

describeInstanceStatus_includeAllInstances :: Lens' DescribeInstanceStatus (Maybe Bool) Source #

When true, includes the health status for all instances. When false, includes the health status for running instances only.

Default: false

describeInstanceStatus_filters :: Lens' DescribeInstanceStatus (Maybe [Filter]) Source #

The filters.

  • availability-zone - The Availability Zone of the instance.
  • event.code - The code for the scheduled event (instance-reboot | system-reboot | system-maintenance | instance-retirement | instance-stop).
  • event.description - A description of the event.
  • event.instance-event-id - The ID of the event whose date and time you are modifying.
  • event.not-after - The latest end time for the scheduled event (for example, 2014-09-15T17:15:20.000Z).
  • event.not-before - The earliest start time for the scheduled event (for example, 2014-09-15T17:15:20.000Z).
  • event.not-before-deadline - The deadline for starting the event (for example, 2014-09-15T17:15:20.000Z).
  • instance-state-code - The code for the instance state, as a 16-bit unsigned integer. The high byte is used for internal purposes and should be ignored. The low byte is set based on the state represented. The valid values are 0 (pending), 16 (running), 32 (shutting-down), 48 (terminated), 64 (stopping), and 80 (stopped).
  • instance-state-name - The state of the instance (pending | running | shutting-down | terminated | stopping | stopped).
  • instance-status.reachability - Filters on instance status where the name is reachability (passed | failed | initializing | insufficient-data).
  • instance-status.status - The status of the instance (ok | impaired | initializing | insufficient-data | not-applicable).
  • system-status.reachability - Filters on system status where the name is reachability (passed | failed | initializing | insufficient-data).
  • system-status.status - The system status of the instance (ok | impaired | initializing | insufficient-data | not-applicable).

describeInstanceStatus_nextToken :: Lens' DescribeInstanceStatus (Maybe Text) Source #

The token to retrieve the next page of results.

describeInstanceStatus_instanceIds :: Lens' DescribeInstanceStatus (Maybe [Text]) Source #

The instance IDs.

Default: Describes all your instances.

Constraints: Maximum 100 explicitly specified instance IDs.

describeInstanceStatus_dryRun :: Lens' DescribeInstanceStatus (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

describeInstanceStatus_maxResults :: Lens' DescribeInstanceStatus (Maybe Int) Source #

The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value. This value can be between 5 and 1000. You cannot specify this parameter and the instance IDs parameter in the same call.

describeInstanceStatusResponse_nextToken :: Lens' DescribeInstanceStatusResponse (Maybe Text) Source #

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

ImportKeyPair

importKeyPair_tagSpecifications :: Lens' ImportKeyPair (Maybe [TagSpecification]) Source #

The tags to apply to the imported key pair.

importKeyPair_dryRun :: Lens' ImportKeyPair (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

importKeyPair_keyName :: Lens' ImportKeyPair Text Source #

A unique name for the key pair.

importKeyPair_publicKeyMaterial :: Lens' ImportKeyPair ByteString Source #

The public key. For API calls, the text must be base64-encoded. For command line tools, base64 encoding is performed for you.-- -- Note: This Lens automatically encodes and decodes Base64 data. -- The underlying isomorphism will encode to Base64 representation during -- serialisation, and decode from Base64 representation during deserialisation. -- This Lens accepts and returns only raw unencoded data.

importKeyPairResponse_keyFingerprint :: Lens' ImportKeyPairResponse (Maybe Text) Source #

The MD5 public key fingerprint as specified in section 4 of RFC 4716.

importKeyPairResponse_tags :: Lens' ImportKeyPairResponse (Maybe [Tag]) Source #

The tags applied to the imported key pair.

DeleteTags

deleteTags_dryRun :: Lens' DeleteTags (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

deleteTags_tags :: Lens' DeleteTags (Maybe [Tag]) Source #

The tags to delete. Specify a tag key and an optional tag value to delete specific tags. If you specify a tag key without a tag value, we delete any tag with this key regardless of its value. If you specify a tag key with an empty string as the tag value, we delete the tag only if its value is an empty string.

If you omit this parameter, we delete all user-defined tags for the specified resources. We do not delete Amazon Web Services-generated tags (tags that have the aws: prefix).

deleteTags_resources :: Lens' DeleteTags [Text] Source #

The IDs of the resources, separated by spaces.

Constraints: Up to 1000 resource IDs. We recommend breaking up this request into smaller batches.

ConfirmProductInstance

confirmProductInstance_dryRun :: Lens' ConfirmProductInstance (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

confirmProductInstance_productCode :: Lens' ConfirmProductInstance Text Source #

The product code. This must be a product code that you own.

confirmProductInstanceResponse_return :: Lens' ConfirmProductInstanceResponse (Maybe Bool) Source #

The return value of the request. Returns true if the specified product code is owned by the requester and associated with the specified instance.

confirmProductInstanceResponse_ownerId :: Lens' ConfirmProductInstanceResponse (Maybe Text) Source #

The Amazon Web Services account ID of the instance owner. This is only present if the product code is attached to the instance.

DescribeInstanceAttribute

describeInstanceAttribute_dryRun :: Lens' DescribeInstanceAttribute (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

describeInstanceAttribute_attribute :: Lens' DescribeInstanceAttribute InstanceAttributeName Source #

The instance attribute.

Note: The enaSupport attribute is not supported at this time.

describeInstanceAttributeResponse_sourceDestCheck :: Lens' DescribeInstanceAttributeResponse (Maybe AttributeBooleanValue) Source #

Enable or disable source/destination checks, which ensure that the instance is either the source or the destination of any traffic that it receives. If the value is true, source/destination checks are enabled; otherwise, they are disabled. The default value is true. You must disable source/destination checks if the instance runs services such as network address translation, routing, or firewalls.

describeInstanceAttributeResponse_disableApiTermination :: Lens' DescribeInstanceAttributeResponse (Maybe AttributeBooleanValue) Source #

If the value is true, you can't terminate the instance through the Amazon EC2 console, CLI, or API; otherwise, you can.

describeInstanceAttributeResponse_enclaveOptions :: Lens' DescribeInstanceAttributeResponse (Maybe EnclaveOptions) Source #

To enable the instance for Amazon Web Services Nitro Enclaves, set this parameter to true; otherwise, set it to false.

describeInstanceAttributeResponse_rootDeviceName :: Lens' DescribeInstanceAttributeResponse (Maybe AttributeValue) Source #

The device name of the root device volume (for example, /dev/sda1).

describeInstanceAttributeResponse_sriovNetSupport :: Lens' DescribeInstanceAttributeResponse (Maybe AttributeValue) Source #

Indicates whether enhanced networking with the Intel 82599 Virtual Function interface is enabled.

describeInstanceAttributeResponse_instanceInitiatedShutdownBehavior :: Lens' DescribeInstanceAttributeResponse (Maybe AttributeValue) Source #

Indicates whether an instance stops or terminates when you initiate shutdown from the instance (using the operating system command for system shutdown).

DescribeReservedInstancesOfferings

describeReservedInstancesOfferings_maxDuration :: Lens' DescribeReservedInstancesOfferings (Maybe Integer) Source #

The maximum duration (in seconds) to filter when searching for offerings.

Default: 94608000 (3 years)

describeReservedInstancesOfferings_productDescription :: Lens' DescribeReservedInstancesOfferings (Maybe RIProductDescription) Source #

The Reserved Instance product platform description. Instances that include (Amazon VPC) in the description are for use with Amazon VPC.

describeReservedInstancesOfferings_filters :: Lens' DescribeReservedInstancesOfferings (Maybe [Filter]) Source #

One or more filters.

  • availability-zone - The Availability Zone where the Reserved Instance can be used.
  • duration - The duration of the Reserved Instance (for example, one year or three years), in seconds (31536000 | 94608000).
  • fixed-price - The purchase price of the Reserved Instance (for example, 9800.0).
  • instance-type - The instance type that is covered by the reservation.
  • marketplace - Set to true to show only Reserved Instance Marketplace offerings. When this filter is not used, which is the default behavior, all offerings from both Amazon Web Services and the Reserved Instance Marketplace are listed.
  • product-description - The Reserved Instance product platform description. Instances that include (Amazon VPC) in the product platform description will only be displayed to EC2-Classic account holders and are for use with Amazon VPC. (Linux/UNIX | Linux/UNIX (Amazon VPC) | SUSE Linux | SUSE Linux (Amazon VPC) | Red Hat Enterprise Linux | Red Hat Enterprise Linux (Amazon VPC) | Red Hat Enterprise Linux with HA (Amazon VPC) | Windows | Windows (Amazon VPC) | Windows with SQL Server Standard | Windows with SQL Server Standard (Amazon VPC) | Windows with SQL Server Web | Windows with SQL Server Web (Amazon VPC) | Windows with SQL Server Enterprise | Windows with SQL Server Enterprise (Amazon VPC))
  • reserved-instances-offering-id - The Reserved Instances offering ID.
  • scope - The scope of the Reserved Instance (Availability Zone or Region).
  • usage-price - The usage price of the Reserved Instance, per hour (for example, 0.84).

describeReservedInstancesOfferings_includeMarketplace :: Lens' DescribeReservedInstancesOfferings (Maybe Bool) Source #

Include Reserved Instance Marketplace offerings in the response.

describeReservedInstancesOfferings_instanceType :: Lens' DescribeReservedInstancesOfferings (Maybe InstanceType) Source #

The instance type that the reservation will cover (for example, m1.small). For more information, see Instance types in the Amazon EC2 User Guide.

describeReservedInstancesOfferings_minDuration :: Lens' DescribeReservedInstancesOfferings (Maybe Integer) Source #

The minimum duration (in seconds) to filter when searching for offerings.

Default: 2592000 (1 month)

describeReservedInstancesOfferings_availabilityZone :: Lens' DescribeReservedInstancesOfferings (Maybe Text) Source #

The Availability Zone in which the Reserved Instance can be used.

describeReservedInstancesOfferings_offeringType :: Lens' DescribeReservedInstancesOfferings (Maybe OfferingTypeValues) Source #

The Reserved Instance offering type. If you are using tools that predate the 2011-11-01 API version, you only have access to the Medium Utilization Reserved Instance offering type.

describeReservedInstancesOfferings_instanceTenancy :: Lens' DescribeReservedInstancesOfferings (Maybe Tenancy) Source #

The tenancy of the instances covered by the reservation. A Reserved Instance with a tenancy of dedicated is applied to instances that run in a VPC on single-tenant hardware (i.e., Dedicated Instances).

Important: The host value cannot be used with this parameter. Use the default or dedicated values only.

Default: default

describeReservedInstancesOfferings_offeringClass :: Lens' DescribeReservedInstancesOfferings (Maybe OfferingClassType) Source #

The offering class of the Reserved Instance. Can be standard or convertible.

describeReservedInstancesOfferings_maxInstanceCount :: Lens' DescribeReservedInstancesOfferings (Maybe Int) Source #

The maximum number of instances to filter when searching for offerings.

Default: 20

describeReservedInstancesOfferings_dryRun :: Lens' DescribeReservedInstancesOfferings (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

describeReservedInstancesOfferings_maxResults :: Lens' DescribeReservedInstancesOfferings (Maybe Int) Source #

The maximum number of results to return for the request in a single page. The remaining results of the initial request can be seen by sending another request with the returned NextToken value. The maximum is 100.

Default: 100

describeReservedInstancesOfferingsResponse_nextToken :: Lens' DescribeReservedInstancesOfferingsResponse (Maybe Text) Source #

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

CreateCustomerGateway

createCustomerGateway_certificateArn :: Lens' CreateCustomerGateway (Maybe Text) Source #

The Amazon Resource Name (ARN) for the customer gateway certificate.

createCustomerGateway_deviceName :: Lens' CreateCustomerGateway (Maybe Text) Source #

A name for the customer gateway device.

Length Constraints: Up to 255 characters.

createCustomerGateway_publicIp :: Lens' CreateCustomerGateway (Maybe Text) Source #

The Internet-routable IP address for the customer gateway's outside interface. The address must be static.

createCustomerGateway_dryRun :: Lens' CreateCustomerGateway (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

createCustomerGateway_bgpAsn :: Lens' CreateCustomerGateway Int Source #

For devices that support BGP, the customer gateway's BGP ASN.

Default: 65000

createCustomerGateway_type :: Lens' CreateCustomerGateway GatewayType Source #

The type of VPN connection that this customer gateway supports (ipsec.1).

DescribeNetworkInsightsAnalyses

describeNetworkInsightsAnalyses_networkInsightsAnalysisIds :: Lens' DescribeNetworkInsightsAnalyses (Maybe [Text]) Source #

The ID of the network insights analyses. You must specify either analysis IDs or a path ID.

describeNetworkInsightsAnalyses_filters :: Lens' DescribeNetworkInsightsAnalyses (Maybe [Filter]) Source #

The filters. The following are possible values:

  • PathFound - A Boolean value that indicates whether a feasible path is found.
  • Status - The status of the analysis (running | succeeded | failed).

describeNetworkInsightsAnalyses_networkInsightsPathId :: Lens' DescribeNetworkInsightsAnalyses (Maybe Text) Source #

The ID of the path. You must specify either a path ID or analysis IDs.

describeNetworkInsightsAnalyses_dryRun :: Lens' DescribeNetworkInsightsAnalyses (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

describeNetworkInsightsAnalyses_maxResults :: Lens' DescribeNetworkInsightsAnalyses (Maybe Natural) Source #

The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.

describeNetworkInsightsAnalysesResponse_nextToken :: Lens' DescribeNetworkInsightsAnalysesResponse (Maybe Text) Source #

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

DescribeFleets

describeFleets_filters :: Lens' DescribeFleets (Maybe [Filter]) Source #

The filters.

  • activity-status - The progress of the EC2 Fleet ( error | pending-fulfillment | pending-termination | fulfilled).
  • excess-capacity-termination-policy - Indicates whether to terminate running instances if the target capacity is decreased below the current EC2 Fleet size (true | false).
  • fleet-state - The state of the EC2 Fleet (submitted | active | deleted | failed | deleted-running | deleted-terminating | modifying).
  • replace-unhealthy-instances - Indicates whether EC2 Fleet should replace unhealthy instances (true | false).
  • type - The type of request (instant | request | maintain).

describeFleets_nextToken :: Lens' DescribeFleets (Maybe Text) Source #

The token for the next set of results.

describeFleets_dryRun :: Lens' DescribeFleets (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

describeFleets_maxResults :: Lens' DescribeFleets (Maybe Int) Source #

The maximum number of results to return in a single call. Specify a value between 1 and 1000. The default value is 1000. To retrieve the remaining results, make another call with the returned NextToken value.

DeleteNetworkInsightsAnalysis

deleteNetworkInsightsAnalysis_dryRun :: Lens' DeleteNetworkInsightsAnalysis (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

CreateTransitGatewayPeeringAttachment

createTransitGatewayPeeringAttachment_dryRun :: Lens' CreateTransitGatewayPeeringAttachment (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

createTransitGatewayPeeringAttachment_peerTransitGatewayId :: Lens' CreateTransitGatewayPeeringAttachment Text Source #

The ID of the peer transit gateway with which to create the peering attachment.

createTransitGatewayPeeringAttachment_peerAccountId :: Lens' CreateTransitGatewayPeeringAttachment Text Source #

The ID of the Amazon Web Services account that owns the peer transit gateway.

DeleteSecurityGroup

deleteSecurityGroup_groupId :: Lens' DeleteSecurityGroup (Maybe Text) Source #

The ID of the security group. Required for a nondefault VPC.

deleteSecurityGroup_groupName :: Lens' DeleteSecurityGroup (Maybe Text) Source #

EC2-Classic, default VPC
The name of the security group. You can specify either the security group name or the security group ID.

deleteSecurityGroup_dryRun :: Lens' DeleteSecurityGroup (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

DescribePublicIpv4Pools

describePublicIpv4Pools_filters :: Lens' DescribePublicIpv4Pools (Maybe [Filter]) Source #

One or more filters.

  • tag:<key> - The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value. For example, to find all resources that have a tag with the key Owner and the value TeamA, specify tag:Owner for the filter name and TeamA for the filter value.
  • tag-key - The key of a tag assigned to the resource. Use this filter to find all resources assigned a tag with a specific key, regardless of the tag value.

describePublicIpv4Pools_maxResults :: Lens' DescribePublicIpv4Pools (Maybe Natural) Source #

The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.

describePublicIpv4PoolsResponse_nextToken :: Lens' DescribePublicIpv4PoolsResponse (Maybe Text) Source #

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

DescribeClientVpnTargetNetworks

describeClientVpnTargetNetworks_filters :: Lens' DescribeClientVpnTargetNetworks (Maybe [Filter]) Source #

One or more filters. Filter names and values are case-sensitive.

  • association-id - The ID of the association.
  • target-network-id - The ID of the subnet specified as the target network.
  • vpc-id - The ID of the VPC in which the target network is located.

describeClientVpnTargetNetworks_dryRun :: Lens' DescribeClientVpnTargetNetworks (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

describeClientVpnTargetNetworks_maxResults :: Lens' DescribeClientVpnTargetNetworks (Maybe Natural) Source #

The maximum number of results to return for the request in a single page. The remaining results can be seen by sending another request with the nextToken value.

describeClientVpnTargetNetworksResponse_nextToken :: Lens' DescribeClientVpnTargetNetworksResponse (Maybe Text) Source #

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

DeleteVpcPeeringConnection

deleteVpcPeeringConnection_dryRun :: Lens' DeleteVpcPeeringConnection (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

deleteVpcPeeringConnectionResponse_return :: Lens' DeleteVpcPeeringConnectionResponse (Maybe Bool) Source #

Returns true if the request succeeds; otherwise, it returns an error.

AttachInternetGateway

attachInternetGateway_dryRun :: Lens' AttachInternetGateway (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

ModifyInstancePlacement

modifyInstancePlacement_hostId :: Lens' ModifyInstancePlacement (Maybe Text) Source #

The ID of the Dedicated Host with which to associate the instance.

modifyInstancePlacement_tenancy :: Lens' ModifyInstancePlacement (Maybe HostTenancy) Source #

The tenancy for the instance.

For T3 instances, you can't change the tenancy from dedicated to host, or from host to dedicated. Attempting to make one of these unsupported tenancy changes results in the InvalidTenancy error code.

modifyInstancePlacement_groupName :: Lens' ModifyInstancePlacement (Maybe Text) Source #

The name of the placement group in which to place the instance. For spread placement groups, the instance must have a tenancy of default. For cluster and partition placement groups, the instance must have a tenancy of default or dedicated.

To remove an instance from a placement group, specify an empty string ("").

modifyInstancePlacement_hostResourceGroupArn :: Lens' ModifyInstancePlacement (Maybe Text) Source #

The ARN of the host resource group in which to place the instance.

modifyInstancePlacement_instanceId :: Lens' ModifyInstancePlacement Text Source #

The ID of the instance that you are modifying.

modifyInstancePlacementResponse_return :: Lens' ModifyInstancePlacementResponse (Maybe Bool) Source #

Is true if the request succeeds, and an error otherwise.

DescribeFlowLogs

describeFlowLogs_nextToken :: Lens' DescribeFlowLogs (Maybe Text) Source #

The token for the next page of results.

describeFlowLogs_flowLogIds :: Lens' DescribeFlowLogs (Maybe [Text]) Source #

One or more flow log IDs.

Constraint: Maximum of 1000 flow log IDs.

describeFlowLogs_filter :: Lens' DescribeFlowLogs (Maybe [Filter]) Source #

One or more filters.

  • deliver-log-status - The status of the logs delivery (SUCCESS | FAILED).
  • log-destination-type - The type of destination to which the flow log publishes data. Possible destination types include cloud-watch-logs and s3.
  • flow-log-id - The ID of the flow log.
  • log-group-name - The name of the log group.
  • resource-id - The ID of the VPC, subnet, or network interface.
  • traffic-type - The type of traffic (ACCEPT | REJECT | ALL).
  • tag:<key> - The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value. For example, to find all resources that have a tag with the key Owner and the value TeamA, specify tag:Owner for the filter name and TeamA for the filter value.
  • tag-key - The key of a tag assigned to the resource. Use this filter to find all resources assigned a tag with a specific key, regardless of the tag value.

describeFlowLogs_dryRun :: Lens' DescribeFlowLogs (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

describeFlowLogs_maxResults :: Lens' DescribeFlowLogs (Maybe Int) Source #

The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.

describeFlowLogsResponse_nextToken :: Lens' DescribeFlowLogsResponse (Maybe Text) Source #

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

DescribeLocalGatewayVirtualInterfaceGroups

describeLocalGatewayVirtualInterfaceGroups_filters :: Lens' DescribeLocalGatewayVirtualInterfaceGroups (Maybe [Filter]) Source #

One or more filters.

  • local-gateway-id - The ID of a local gateway.
  • local-gateway-virtual-interface-id - The ID of the virtual interface.
  • local-gateway-virtual-interface-group-id - The ID of the virtual interface group.

describeLocalGatewayVirtualInterfaceGroups_dryRun :: Lens' DescribeLocalGatewayVirtualInterfaceGroups (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

describeLocalGatewayVirtualInterfaceGroups_maxResults :: Lens' DescribeLocalGatewayVirtualInterfaceGroups (Maybe Natural) Source #

The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.

describeLocalGatewayVirtualInterfaceGroupsResponse_nextToken :: Lens' DescribeLocalGatewayVirtualInterfaceGroupsResponse (Maybe Text) Source #

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

DeleteTransitGatewayConnect

deleteTransitGatewayConnect_dryRun :: Lens' DeleteTransitGatewayConnect (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

DescribeLocalGatewayRouteTableVpcAssociations

describeLocalGatewayRouteTableVpcAssociations_filters :: Lens' DescribeLocalGatewayRouteTableVpcAssociations (Maybe [Filter]) Source #

One or more filters.

  • local-gateway-id - The ID of a local gateway.
  • local-gateway-route-table-id - The ID of the local gateway route table.
  • local-gateway-route-table-vpc-association-id - The ID of the association.
  • state - The state of the association.
  • vpc-id - The ID of the VPC.

describeLocalGatewayRouteTableVpcAssociations_dryRun :: Lens' DescribeLocalGatewayRouteTableVpcAssociations (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

describeLocalGatewayRouteTableVpcAssociations_maxResults :: Lens' DescribeLocalGatewayRouteTableVpcAssociations (Maybe Natural) Source #

The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.

describeLocalGatewayRouteTableVpcAssociationsResponse_nextToken :: Lens' DescribeLocalGatewayRouteTableVpcAssociationsResponse (Maybe Text) Source #

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

DescribeVpcEndpointConnectionNotifications

describeVpcEndpointConnectionNotifications_filters :: Lens' DescribeVpcEndpointConnectionNotifications (Maybe [Filter]) Source #

One or more filters.

  • connection-notification-arn - The ARN of the SNS topic for the notification.
  • connection-notification-id - The ID of the notification.
  • connection-notification-state - The state of the notification (Enabled | Disabled).
  • connection-notification-type - The type of notification (Topic).
  • service-id - The ID of the endpoint service.
  • vpc-endpoint-id - The ID of the VPC endpoint.

describeVpcEndpointConnectionNotifications_dryRun :: Lens' DescribeVpcEndpointConnectionNotifications (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

describeVpcEndpointConnectionNotifications_maxResults :: Lens' DescribeVpcEndpointConnectionNotifications (Maybe Int) Source #

The maximum number of results to return in a single call. To retrieve the remaining results, make another request with the returned NextToken value.

describeVpcEndpointConnectionNotificationsResponse_nextToken :: Lens' DescribeVpcEndpointConnectionNotificationsResponse (Maybe Text) Source #

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

GetManagedPrefixListEntries

getManagedPrefixListEntries_targetVersion :: Lens' GetManagedPrefixListEntries (Maybe Integer) Source #

The version of the prefix list for which to return the entries. The default is the current version.

getManagedPrefixListEntries_dryRun :: Lens' GetManagedPrefixListEntries (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

getManagedPrefixListEntries_maxResults :: Lens' GetManagedPrefixListEntries (Maybe Natural) Source #

The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.

getManagedPrefixListEntriesResponse_nextToken :: Lens' GetManagedPrefixListEntriesResponse (Maybe Text) Source #

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

DisassociateInstanceEventWindow

disassociateInstanceEventWindow_dryRun :: Lens' DisassociateInstanceEventWindow (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

RunInstances

runInstances_securityGroupIds :: Lens' RunInstances (Maybe [Text]) Source #

The IDs of the security groups. You can create a security group using CreateSecurityGroup.

If you specify a network interface, you must specify any security groups as part of the network interface.

runInstances_securityGroups :: Lens' RunInstances (Maybe [Text]) Source #

EC2-Classic, default VPC
The names of the security groups. For a nondefault VPC, you must use security group IDs instead.

If you specify a network interface, you must specify any security groups as part of the network interface.

Default: Amazon EC2 uses the default security group.

runInstances_clientToken :: Lens' RunInstances (Maybe Text) Source #

Unique, case-sensitive identifier you provide to ensure the idempotency of the request. If you do not specify a client token, a randomly generated token is used for the request to ensure idempotency.

For more information, see Ensuring Idempotency.

Constraints: Maximum 64 ASCII characters

runInstances_elasticInferenceAccelerators :: Lens' RunInstances (Maybe [ElasticInferenceAccelerator]) Source #

An elastic inference accelerator to associate with the instance. Elastic inference accelerators are a resource you can attach to your Amazon EC2 instances to accelerate your Deep Learning (DL) inference workloads.

You cannot specify accelerators from different generations in the same request.

runInstances_instanceMarketOptions :: Lens' RunInstances (Maybe InstanceMarketOptionsRequest) Source #

The market (purchasing) option for the instances.

For RunInstances, persistent Spot Instance requests are only supported when InstanceInterruptionBehavior is set to either hibernate or stop.

runInstances_disableApiTermination :: Lens' RunInstances (Maybe Bool) Source #

If you set this parameter to true, you can't terminate the instance using the Amazon EC2 console, CLI, or API; otherwise, you can. To change this attribute after launch, use ModifyInstanceAttribute. Alternatively, if you set InstanceInitiatedShutdownBehavior to terminate, you can terminate the instance by running the shutdown command from the instance.

Default: false

runInstances_keyName :: Lens' RunInstances (Maybe Text) Source #

The name of the key pair. You can create a key pair using CreateKeyPair or ImportKeyPair.

If you do not specify a key pair, you can't connect to the instance unless you choose an AMI that is configured to allow users another way to log in.

runInstances_networkInterfaces :: Lens' RunInstances (Maybe [InstanceNetworkInterfaceSpecification]) Source #

The network interfaces to associate with the instance. If you specify a network interface, you must specify any security groups and subnets as part of the network interface.

runInstances_enclaveOptions :: Lens' RunInstances (Maybe EnclaveOptionsRequest) Source #

Indicates whether the instance is enabled for Amazon Web Services Nitro Enclaves. For more information, see What is Amazon Web Services Nitro Enclaves? in the Amazon Web Services Nitro Enclaves User Guide.

You can't enable Amazon Web Services Nitro Enclaves and hibernation on the same instance.

runInstances_ramdiskId :: Lens' RunInstances (Maybe Text) Source #

The ID of the RAM disk to select. Some kernels require additional drivers at launch. Check the kernel requirements for information about whether you need to specify a RAM disk. To find kernel requirements, go to the Amazon Web Services Resource Center and search for the kernel ID.

We recommend that you use PV-GRUB instead of kernels and RAM disks. For more information, see PV-GRUB in the Amazon EC2 User Guide.

runInstances_cpuOptions :: Lens' RunInstances (Maybe CpuOptionsRequest) Source #

The CPU options for the instance. For more information, see Optimizing CPU options in the Amazon EC2 User Guide.

runInstances_subnetId :: Lens' RunInstances (Maybe Text) Source #

EC2-VPC
The ID of the subnet to launch the instance into.

If you specify a network interface, you must specify any subnets as part of the network interface.

runInstances_kernelId :: Lens' RunInstances (Maybe Text) Source #

The ID of the kernel.

We recommend that you use PV-GRUB instead of kernels and RAM disks. For more information, see PV-GRUB in the Amazon EC2 User Guide.

runInstances_instanceType :: Lens' RunInstances (Maybe InstanceType) Source #

The instance type. For more information, see Instance types in the Amazon EC2 User Guide.

Default: m1.small

runInstances_capacityReservationSpecification :: Lens' RunInstances (Maybe CapacityReservationSpecification) Source #

Information about the Capacity Reservation targeting option. If you do not specify this parameter, the instance's Capacity Reservation preference defaults to open, which enables it to run in any open Capacity Reservation that has matching attributes (instance type, platform, Availability Zone).

runInstances_ebsOptimized :: Lens' RunInstances (Maybe Bool) Source #

Indicates whether the instance is optimized for Amazon EBS I/O. This optimization provides dedicated throughput to Amazon EBS and an optimized configuration stack to provide optimal Amazon EBS I/O performance. This optimization isn't available with all instance types. Additional usage charges apply when using an EBS-optimized instance.

Default: false

runInstances_userData :: Lens' RunInstances (Maybe Text) Source #

The user data to make available to the instance. For more information, see Running commands on your Linux instance at launch (Linux) and Adding User Data (Windows). If you are using a command line tool, base64-encoding is performed for you, and you can load the text from a file. Otherwise, you must provide base64-encoded text. User data is limited to 16 KB.

runInstances_monitoring :: Lens' RunInstances (Maybe RunInstancesMonitoringEnabled) Source #

Specifies whether detailed monitoring is enabled for the instance.

runInstances_tagSpecifications :: Lens' RunInstances (Maybe [TagSpecification]) Source #

The tags to apply to the resources during launch. You can only tag instances and volumes on launch. The specified tags are applied to all instances or volumes that are created during launch. To tag a resource after it has been created, see CreateTags.

runInstances_ipv6AddressCount :: Lens' RunInstances (Maybe Int) Source #

EC2-VPC
The number of IPv6 addresses to associate with the primary network interface. Amazon EC2 chooses the IPv6 addresses from the range of your subnet. You cannot specify this option and the option to assign specific IPv6 addresses in the same request. You can specify this option if you've specified a minimum number of instances to launch.

You cannot specify this option and the network interfaces option in the same request.

runInstances_hibernationOptions :: Lens' RunInstances (Maybe HibernationOptionsRequest) Source #

Indicates whether an instance is enabled for hibernation. For more information, see Hibernate your instance in the Amazon EC2 User Guide.

You can't enable hibernation and Amazon Web Services Nitro Enclaves on the same instance.

runInstances_iamInstanceProfile :: Lens' RunInstances (Maybe IamInstanceProfileSpecification) Source #

The name or Amazon Resource Name (ARN) of an IAM instance profile.

runInstances_elasticGpuSpecification :: Lens' RunInstances (Maybe [ElasticGpuSpecification]) Source #

An elastic GPU to associate with the instance. An Elastic GPU is a GPU resource that you can attach to your Windows instance to accelerate the graphics performance of your applications. For more information, see Amazon EC2 Elastic GPUs in the Amazon EC2 User Guide.

runInstances_imageId :: Lens' RunInstances (Maybe Text) Source #

The ID of the AMI. An AMI ID is required to launch an instance and must be specified here or in a launch template.

runInstances_privateIpAddress :: Lens' RunInstances (Maybe Text) Source #

EC2-VPC
The primary IPv4 address. You must specify a value from the IPv4 address range of the subnet.

Only one private IP address can be designated as primary. You can't specify this option if you've specified the option to designate a private IP address as the primary IP address in a network interface specification. You cannot specify this option if you're launching more than one instance in the request.

You cannot specify this option and the network interfaces option in the same request.

runInstances_instanceInitiatedShutdownBehavior :: Lens' RunInstances (Maybe ShutdownBehavior) Source #

Indicates whether an instance stops or terminates when you initiate shutdown from the instance (using the operating system command for system shutdown).

Default: stop

runInstances_launchTemplate :: Lens' RunInstances (Maybe LaunchTemplateSpecification) Source #

The launch template to use to launch the instances. Any parameters that you specify in RunInstances override the same parameters in the launch template. You can specify either the name or ID of a launch template, but not both.

runInstances_creditSpecification :: Lens' RunInstances (Maybe CreditSpecificationRequest) Source #

The credit option for CPU usage of the burstable performance instance. Valid values are standard and unlimited. To change this attribute after launch, use ModifyInstanceCreditSpecification. For more information, see Burstable performance instances in the Amazon EC2 User Guide.

Default: standard (T2 instances) or unlimited (T3/T3a instances)

For T3 instances with host tenancy, only standard is supported.

runInstances_blockDeviceMappings :: Lens' RunInstances (Maybe [BlockDeviceMapping]) Source #

The block device mapping, which defines the EBS volumes and instance store volumes to attach to the instance at launch. For more information, see Block device mappings in the Amazon EC2 User Guide.

runInstances_dryRun :: Lens' RunInstances (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

runInstances_placement :: Lens' RunInstances (Maybe Placement) Source #

The placement for the instance.

runInstances_ipv6Addresses :: Lens' RunInstances (Maybe [InstanceIpv6Address]) Source #

EC2-VPC
The IPv6 addresses from the range of the subnet to associate with the primary network interface. You cannot specify this option and the option to assign a number of IPv6 addresses in the same request. You cannot specify this option if you've specified a minimum number of instances to launch.

You cannot specify this option and the network interfaces option in the same request.

runInstances_maxCount :: Lens' RunInstances Int Source #

The maximum number of instances to launch. If you specify more instances than Amazon EC2 can launch in the target Availability Zone, Amazon EC2 launches the largest possible number of instances above MinCount.

Constraints: Between 1 and the maximum number you're allowed for the specified instance type. For more information about the default limits, and how to request an increase, see How many instances can I run in Amazon EC2 in the Amazon EC2 FAQ.

runInstances_minCount :: Lens' RunInstances Int Source #

The minimum number of instances to launch. If you specify a minimum that is more instances than Amazon EC2 can launch in the target Availability Zone, Amazon EC2 launches no instances.

Constraints: Between 1 and the maximum number you're allowed for the specified instance type. For more information about the default limits, and how to request an increase, see How many instances can I run in Amazon EC2 in the Amazon EC2 General FAQ.

reservation_groups :: Lens' Reservation (Maybe [GroupIdentifier]) Source #

EC2-Classic only
The security groups.

reservation_requesterId :: Lens' Reservation (Maybe Text) Source #

The ID of the requester that launched the instances on your behalf (for example, Amazon Web Services Management Console or Auto Scaling).

reservation_ownerId :: Lens' Reservation Text Source #

The ID of the Amazon Web Services account that owns the reservation.

CreateSnapshots

createSnapshots_outpostArn :: Lens' CreateSnapshots (Maybe Text) Source #

The Amazon Resource Name (ARN) of the Outpost on which to create the local snapshots.

  • To create snapshots from an instance in a Region, omit this parameter. The snapshots are created in the same Region as the instance.
  • To create snapshots from an instance on an Outpost and store the snapshots in the Region, omit this parameter. The snapshots are created in the Region for the Outpost.
  • To create snapshots from an instance on an Outpost and store the snapshots on an Outpost, specify the ARN of the destination Outpost. The snapshots must be created on the same Outpost as the instance.

For more information, see Create multi-volume local snapshots from instances on an Outpost in the Amazon Elastic Compute Cloud User Guide.

createSnapshots_tagSpecifications :: Lens' CreateSnapshots (Maybe [TagSpecification]) Source #

Tags to apply to every snapshot specified by the instance.

createSnapshots_copyTagsFromSource :: Lens' CreateSnapshots (Maybe CopyTagsFromSource) Source #

Copies the tags from the specified volume to corresponding snapshot.

createSnapshots_description :: Lens' CreateSnapshots (Maybe Text) Source #

A description propagated to every snapshot specified by the instance.

createSnapshots_dryRun :: Lens' CreateSnapshots (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

createSnapshots_instanceSpecification :: Lens' CreateSnapshots InstanceSpecification Source #

The instance to specify which volumes should be included in the snapshots.

AssociateDhcpOptions

associateDhcpOptions_dryRun :: Lens' AssociateDhcpOptions (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

associateDhcpOptions_dhcpOptionsId :: Lens' AssociateDhcpOptions Text Source #

The ID of the DHCP options set, or default to associate no DHCP options with the VPC.

DeleteTrafficMirrorFilterRule

deleteTrafficMirrorFilterRule_dryRun :: Lens' DeleteTrafficMirrorFilterRule (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

DescribeReservedInstances

describeReservedInstances_filters :: Lens' DescribeReservedInstances (Maybe [Filter]) Source #

One or more filters.

  • availability-zone - The Availability Zone where the Reserved Instance can be used.
  • duration - The duration of the Reserved Instance (one year or three years), in seconds (31536000 | 94608000).
  • end - The time when the Reserved Instance expires (for example, 2015-08-07T11:54:42.000Z).
  • fixed-price - The purchase price of the Reserved Instance (for example, 9800.0).
  • instance-type - The instance type that is covered by the reservation.
  • scope - The scope of the Reserved Instance (Region or Availability Zone).
  • product-description - The Reserved Instance product platform description. Instances that include (Amazon VPC) in the product platform description will only be displayed to EC2-Classic account holders and are for use with Amazon VPC (Linux/UNIX | Linux/UNIX (Amazon VPC) | SUSE Linux | SUSE Linux (Amazon VPC) | Red Hat Enterprise Linux | Red Hat Enterprise Linux (Amazon VPC) | Red Hat Enterprise Linux with HA (Amazon VPC) | Windows | Windows (Amazon VPC) | Windows with SQL Server Standard | Windows with SQL Server Standard (Amazon VPC) | Windows with SQL Server Web | Windows with SQL Server Web (Amazon VPC) | Windows with SQL Server Enterprise | Windows with SQL Server Enterprise (Amazon VPC)).
  • reserved-instances-id - The ID of the Reserved Instance.
  • start - The time at which the Reserved Instance purchase request was placed (for example, 2014-08-07T11:54:42.000Z).
  • state - The state of the Reserved Instance (payment-pending | active | payment-failed | retired).
  • tag:<key> - The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value. For example, to find all resources that have a tag with the key Owner and the value TeamA, specify tag:Owner for the filter name and TeamA for the filter value.
  • tag-key - The key of a tag assigned to the resource. Use this filter to find all resources assigned a tag with a specific key, regardless of the tag value.
  • usage-price - The usage price of the Reserved Instance, per hour (for example, 0.84).

describeReservedInstances_reservedInstancesIds :: Lens' DescribeReservedInstances (Maybe [Text]) Source #

One or more Reserved Instance IDs.

Default: Describes all your Reserved Instances, or only those otherwise specified.

describeReservedInstances_offeringType :: Lens' DescribeReservedInstances (Maybe OfferingTypeValues) Source #

The Reserved Instance offering type. If you are using tools that predate the 2011-11-01 API version, you only have access to the Medium Utilization Reserved Instance offering type.

describeReservedInstances_offeringClass :: Lens' DescribeReservedInstances (Maybe OfferingClassType) Source #

Describes whether the Reserved Instance is Standard or Convertible.

describeReservedInstances_dryRun :: Lens' DescribeReservedInstances (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

DescribeIdFormat

describeIdFormat_resource :: Lens' DescribeIdFormat (Maybe Text) Source #

The type of resource: bundle | conversion-task | customer-gateway | dhcp-options | elastic-ip-allocation | elastic-ip-association | export-task | flow-log | image | import-task | instance | internet-gateway | network-acl | network-acl-association | network-interface | network-interface-attachment | prefix-list | reservation | route-table | route-table-association | security-group | snapshot | subnet | subnet-cidr-block-association | volume | vpc | vpc-cidr-block-association | vpc-endpoint | vpc-peering-connection | vpn-connection | vpn-gateway

describeIdFormatResponse_statuses :: Lens' DescribeIdFormatResponse (Maybe [IdFormat]) Source #

Information about the ID format for the resource.

DescribeVpcs

describeVpcs_filters :: Lens' DescribeVpcs (Maybe [Filter]) Source #

One or more filters.

  • cidr - The primary IPv4 CIDR block of the VPC. The CIDR block you specify must exactly match the VPC's CIDR block for information to be returned for the VPC. Must contain the slash followed by one or two digits (for example, /28).
  • cidr-block-association.cidr-block - An IPv4 CIDR block associated with the VPC.
  • cidr-block-association.association-id - The association ID for an IPv4 CIDR block associated with the VPC.
  • cidr-block-association.state - The state of an IPv4 CIDR block associated with the VPC.
  • dhcp-options-id - The ID of a set of DHCP options.
  • ipv6-cidr-block-association.ipv6-cidr-block - An IPv6 CIDR block associated with the VPC.
  • ipv6-cidr-block-association.ipv6-pool - The ID of the IPv6 address pool from which the IPv6 CIDR block is allocated.
  • ipv6-cidr-block-association.association-id - The association ID for an IPv6 CIDR block associated with the VPC.
  • ipv6-cidr-block-association.state - The state of an IPv6 CIDR block associated with the VPC.
  • is-default - Indicates whether the VPC is the default VPC.
  • owner-id - The ID of the Amazon Web Services account that owns the VPC.
  • state - The state of the VPC (pending | available).
  • tag:<key> - The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value. For example, to find all resources that have a tag with the key Owner and the value TeamA, specify tag:Owner for the filter name and TeamA for the filter value.
  • tag-key - The key of a tag assigned to the resource. Use this filter to find all resources assigned a tag with a specific key, regardless of the tag value.
  • vpc-id - The ID of the VPC.

describeVpcs_nextToken :: Lens' DescribeVpcs (Maybe Text) Source #

The token for the next page of results.

describeVpcs_vpcIds :: Lens' DescribeVpcs (Maybe [Text]) Source #

One or more VPC IDs.

Default: Describes all your VPCs.

describeVpcs_dryRun :: Lens' DescribeVpcs (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

describeVpcs_maxResults :: Lens' DescribeVpcs (Maybe Natural) Source #

The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.

describeVpcsResponse_vpcs :: Lens' DescribeVpcsResponse (Maybe [Vpc]) Source #

Information about one or more VPCs.

describeVpcsResponse_nextToken :: Lens' DescribeVpcsResponse (Maybe Text) Source #

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

DescribeConversionTasks

describeConversionTasks_dryRun :: Lens' DescribeConversionTasks (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

DisableImageDeprecation

disableImageDeprecation_dryRun :: Lens' DisableImageDeprecation (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

disableImageDeprecationResponse_return :: Lens' DisableImageDeprecationResponse (Maybe Bool) Source #

Returns true if the request succeeds; otherwise, it returns an error.

CreateLaunchTemplateVersion

createLaunchTemplateVersion_launchTemplateName :: Lens' CreateLaunchTemplateVersion (Maybe Text) Source #

The name of the launch template. You must specify either the launch template ID or launch template name in the request.

createLaunchTemplateVersion_clientToken :: Lens' CreateLaunchTemplateVersion (Maybe Text) Source #

Unique, case-sensitive identifier you provide to ensure the idempotency of the request. For more information, see Ensuring Idempotency.

Constraint: Maximum 128 ASCII characters.

createLaunchTemplateVersion_launchTemplateId :: Lens' CreateLaunchTemplateVersion (Maybe Text) Source #

The ID of the launch template. You must specify either the launch template ID or launch template name in the request.

createLaunchTemplateVersion_versionDescription :: Lens' CreateLaunchTemplateVersion (Maybe Text) Source #

A description for the version of the launch template.

createLaunchTemplateVersion_sourceVersion :: Lens' CreateLaunchTemplateVersion (Maybe Text) Source #

The version number of the launch template version on which to base the new version. The new version inherits the same launch parameters as the source version, except for parameters that you specify in LaunchTemplateData. Snapshots applied to the block device mapping are ignored when creating a new version unless they are explicitly included.

createLaunchTemplateVersion_dryRun :: Lens' CreateLaunchTemplateVersion (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

createLaunchTemplateVersionResponse_warning :: Lens' CreateLaunchTemplateVersionResponse (Maybe ValidationWarning) Source #

If the new version of the launch template contains parameters or parameter combinations that are not valid, an error code and an error message are returned for each issue that's found.

GetManagedPrefixListAssociations

getManagedPrefixListAssociations_dryRun :: Lens' GetManagedPrefixListAssociations (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

getManagedPrefixListAssociations_maxResults :: Lens' GetManagedPrefixListAssociations (Maybe Natural) Source #

The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.

getManagedPrefixListAssociationsResponse_nextToken :: Lens' GetManagedPrefixListAssociationsResponse (Maybe Text) Source #

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

DisableVpcClassicLinkDnsSupport

disableVpcClassicLinkDnsSupportResponse_return :: Lens' DisableVpcClassicLinkDnsSupportResponse (Maybe Bool) Source #

Returns true if the request succeeds; otherwise, it returns an error.

ApplySecurityGroupsToClientVpnTargetNetwork

applySecurityGroupsToClientVpnTargetNetwork_dryRun :: Lens' ApplySecurityGroupsToClientVpnTargetNetwork (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

applySecurityGroupsToClientVpnTargetNetwork_vpcId :: Lens' ApplySecurityGroupsToClientVpnTargetNetwork Text Source #

The ID of the VPC in which the associated target network is located.

applySecurityGroupsToClientVpnTargetNetwork_securityGroupIds :: Lens' ApplySecurityGroupsToClientVpnTargetNetwork [Text] Source #

The IDs of the security groups to apply to the associated target network. Up to 5 security groups can be applied to an associated target network.

DescribeTrafficMirrorTargets

describeTrafficMirrorTargets_filters :: Lens' DescribeTrafficMirrorTargets (Maybe [Filter]) Source #

One or more filters. The possible values are:

  • description: The Traffic Mirror target description.
  • network-interface-id: The ID of the Traffic Mirror session network interface.
  • network-load-balancer-arn: The Amazon Resource Name (ARN) of the Network Load Balancer that is associated with the session.
  • owner-id: The ID of the account that owns the Traffic Mirror session.
  • traffic-mirror-target-id: The ID of the Traffic Mirror target.

describeTrafficMirrorTargets_dryRun :: Lens' DescribeTrafficMirrorTargets (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

describeTrafficMirrorTargets_maxResults :: Lens' DescribeTrafficMirrorTargets (Maybe Natural) Source #

The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.

describeTrafficMirrorTargetsResponse_nextToken :: Lens' DescribeTrafficMirrorTargetsResponse (Maybe Text) Source #

The token to use to retrieve the next page of results. The value is null when there are no more results to return.

DescribeVolumesModifications

describeVolumesModifications_filters :: Lens' DescribeVolumesModifications (Maybe [Filter]) Source #

The filters.

  • modification-state - The current modification state (modifying | optimizing | completed | failed).
  • original-iops - The original IOPS rate of the volume.
  • original-size - The original size of the volume, in GiB.
  • original-volume-type - The original volume type of the volume (standard | io1 | io2 | gp2 | sc1 | st1).
  • originalMultiAttachEnabled - Indicates whether Multi-Attach support was enabled (true | false).
  • start-time - The modification start time.
  • target-iops - The target IOPS rate of the volume.
  • target-size - The target size of the volume, in GiB.
  • target-volume-type - The target volume type of the volume (standard | io1 | io2 | gp2 | sc1 | st1).
  • targetMultiAttachEnabled - Indicates whether Multi-Attach support is to be enabled (true | false).
  • volume-id - The ID of the volume.

describeVolumesModifications_nextToken :: Lens' DescribeVolumesModifications (Maybe Text) Source #

The nextToken value returned by a previous paginated request.

describeVolumesModifications_dryRun :: Lens' DescribeVolumesModifications (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

describeVolumesModifications_maxResults :: Lens' DescribeVolumesModifications (Maybe Int) Source #

The maximum number of results (up to a limit of 500) to be returned in a paginated request.

ExportImage

exportImage_clientToken :: Lens' ExportImage (Maybe Text) Source #

Token to enable idempotency for export image requests.

exportImage_roleName :: Lens' ExportImage (Maybe Text) Source #

The name of the role that grants VM Import/Export permission to export images to your Amazon S3 bucket. If this parameter is not specified, the default role is named 'vmimport'.

exportImage_tagSpecifications :: Lens' ExportImage (Maybe [TagSpecification]) Source #

The tags to apply to the export image task during creation.

exportImage_description :: Lens' ExportImage (Maybe Text) Source #

A description of the image being exported. The maximum length is 255 characters.

exportImage_dryRun :: Lens' ExportImage (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

exportImage_s3ExportLocation :: Lens' ExportImage ExportTaskS3LocationRequest Source #

Information about the destination Amazon S3 bucket. The bucket must exist and grant WRITE and READ_ACP permissions to the Amazon Web Services account vm-import-export@amazon.com.

exportImageResponse_status :: Lens' ExportImageResponse (Maybe Text) Source #

The status of the export image task. The possible values are active, completed, deleting, and deleted.

exportImageResponse_progress :: Lens' ExportImageResponse (Maybe Text) Source #

The percent complete of the export image task.

exportImageResponse_roleName :: Lens' ExportImageResponse (Maybe Text) Source #

The name of the role that grants VM Import/Export permission to export images to your Amazon S3 bucket.

exportImageResponse_statusMessage :: Lens' ExportImageResponse (Maybe Text) Source #

The status message for the export image task.

exportImageResponse_description :: Lens' ExportImageResponse (Maybe Text) Source #

A description of the image being exported.

exportImageResponse_tags :: Lens' ExportImageResponse (Maybe [Tag]) Source #

Any tags assigned to the export image task.

exportImageResponse_s3ExportLocation :: Lens' ExportImageResponse (Maybe ExportTaskS3Location) Source #

Information about the destination Amazon S3 bucket.

CreateFpgaImage

createFpgaImage_clientToken :: Lens' CreateFpgaImage (Maybe Text) Source #

Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see Ensuring Idempotency.

createFpgaImage_logsStorageLocation :: Lens' CreateFpgaImage (Maybe StorageLocation) Source #

The location in Amazon S3 for the output logs.

createFpgaImage_tagSpecifications :: Lens' CreateFpgaImage (Maybe [TagSpecification]) Source #

The tags to apply to the FPGA image during creation.

createFpgaImage_dryRun :: Lens' CreateFpgaImage (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

createFpgaImage_inputStorageLocation :: Lens' CreateFpgaImage StorageLocation Source #

The location of the encrypted design checkpoint in Amazon S3. The input must be a tarball.

AcceptVpcEndpointConnections

acceptVpcEndpointConnections_dryRun :: Lens' AcceptVpcEndpointConnections (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

acceptVpcEndpointConnectionsResponse_unsuccessful :: Lens' AcceptVpcEndpointConnectionsResponse (Maybe [UnsuccessfulItem]) Source #

Information about the interface endpoints that were not accepted, if applicable.

DeleteClientVpnEndpoint

deleteClientVpnEndpoint_dryRun :: Lens' DeleteClientVpnEndpoint (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

SearchTransitGatewayRoutes

searchTransitGatewayRoutes_dryRun :: Lens' SearchTransitGatewayRoutes (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

searchTransitGatewayRoutes_filters :: Lens' SearchTransitGatewayRoutes [Filter] Source #

One or more filters. The possible values are:

  • attachment.transit-gateway-attachment-id- The id of the transit gateway attachment.
  • attachment.resource-id - The resource id of the transit gateway attachment.
  • attachment.resource-type - The attachment resource type. Valid values are vpc | vpn | direct-connect-gateway | peering | connect.
  • prefix-list-id - The ID of the prefix list.
  • route-search.exact-match - The exact match of the specified filter.
  • route-search.longest-prefix-match - The longest prefix that matches the route.
  • route-search.subnet-of-match - The routes with a subnet that match the specified CIDR filter.
  • route-search.supernet-of-match - The routes with a CIDR that encompass the CIDR filter. For example, if you have 10.0.1.0/29 and 10.0.1.0/31 routes in your route table and you specify supernet-of-match as 10.0.1.0/30, then the result returns 10.0.1.0/29.
  • state - The state of the route (active | blackhole).
  • type - The type of route (propagated | static).

GetLaunchTemplateData

getLaunchTemplateData_dryRun :: Lens' GetLaunchTemplateData (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

AllocateAddress

allocateAddress_networkBorderGroup :: Lens' AllocateAddress (Maybe Text) Source #

A unique set of Availability Zones, Local Zones, or Wavelength Zones from which Amazon Web Services advertises IP addresses. Use this parameter to limit the IP address to this location. IP addresses cannot move between network border groups.

Use DescribeAvailabilityZones to view the network border groups.

You cannot use a network border group with EC2 Classic. If you attempt this operation on EC2 Classic, you receive an InvalidParameterCombination error.

allocateAddress_domain :: Lens' AllocateAddress (Maybe DomainType) Source #

Indicates whether the Elastic IP address is for use with instances in a VPC or instances in EC2-Classic.

Default: If the Region supports EC2-Classic, the default is standard. Otherwise, the default is vpc.

allocateAddress_address :: Lens' AllocateAddress (Maybe Text) Source #

EC2-VPC
The Elastic IP address to recover or an IPv4 address from an address pool.

allocateAddress_publicIpv4Pool :: Lens' AllocateAddress (Maybe Text) Source #

The ID of an address pool that you own. Use this parameter to let Amazon EC2 select an address from the address pool. To specify a specific address from the address pool, use the Address parameter instead.

allocateAddress_tagSpecifications :: Lens' AllocateAddress (Maybe [TagSpecification]) Source #

The tags to assign to the Elastic IP address.

allocateAddress_customerOwnedIpv4Pool :: Lens' AllocateAddress (Maybe Text) Source #

The ID of a customer-owned address pool. Use this parameter to let Amazon EC2 select an address from the address pool. Alternatively, specify a specific address from the address pool.

allocateAddress_dryRun :: Lens' AllocateAddress (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

allocateAddressResponse_allocationId :: Lens' AllocateAddressResponse (Maybe Text) Source #

EC2-VPC
The ID that Amazon Web Services assigns to represent the allocation of the Elastic IP address for use with instances in a VPC.

allocateAddressResponse_carrierIp :: Lens' AllocateAddressResponse (Maybe Text) Source #

The carrier IP address. This option is only available for network interfaces which reside in a subnet in a Wavelength Zone (for example an EC2 instance).

allocateAddressResponse_networkBorderGroup :: Lens' AllocateAddressResponse (Maybe Text) Source #

The set of Availability Zones, Local Zones, or Wavelength Zones from which Amazon Web Services advertises IP addresses.

allocateAddressResponse_domain :: Lens' AllocateAddressResponse (Maybe DomainType) Source #

Indicates whether the Elastic IP address is for use with instances in a VPC (vpc) or instances in EC2-Classic (standard).

AcceptTransitGatewayVpcAttachment

acceptTransitGatewayVpcAttachment_dryRun :: Lens' AcceptTransitGatewayVpcAttachment (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

CancelConversionTask

cancelConversionTask_reasonMessage :: Lens' CancelConversionTask (Maybe Text) Source #

The reason for canceling the conversion task.

cancelConversionTask_dryRun :: Lens' CancelConversionTask (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

ModifyImageAttribute

modifyImageAttribute_attribute :: Lens' ModifyImageAttribute (Maybe Text) Source #

The name of the attribute to modify. The valid values are description and launchPermission.

modifyImageAttribute_userIds :: Lens' ModifyImageAttribute (Maybe [Text]) Source #

The Amazon Web Services account IDs. This parameter can be used only when the Attribute parameter is launchPermission.

modifyImageAttribute_userGroups :: Lens' ModifyImageAttribute (Maybe [Text]) Source #

The user groups. This parameter can be used only when the Attribute parameter is launchPermission.

modifyImageAttribute_value :: Lens' ModifyImageAttribute (Maybe Text) Source #

The value of the attribute being modified. This parameter can be used only when the Attribute parameter is description.

modifyImageAttribute_operationType :: Lens' ModifyImageAttribute (Maybe OperationType) Source #

The operation type. This parameter can be used only when the Attribute parameter is launchPermission.

modifyImageAttribute_dryRun :: Lens' ModifyImageAttribute (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

CreateRouteTable

createRouteTable_dryRun :: Lens' CreateRouteTable (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

RejectTransitGatewayPeeringAttachment

rejectTransitGatewayPeeringAttachment_dryRun :: Lens' RejectTransitGatewayPeeringAttachment (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

ReportInstanceStatus

reportInstanceStatus_startTime :: Lens' ReportInstanceStatus (Maybe UTCTime) Source #

The time at which the reported instance health state began.

reportInstanceStatus_endTime :: Lens' ReportInstanceStatus (Maybe UTCTime) Source #

The time at which the reported instance health state ended.

reportInstanceStatus_description :: Lens' ReportInstanceStatus (Maybe Text) Source #

Descriptive text about the health state of your instance.

reportInstanceStatus_dryRun :: Lens' ReportInstanceStatus (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

reportInstanceStatus_reasonCodes :: Lens' ReportInstanceStatus [ReportInstanceReasonCodes] Source #

The reason codes that describe the health state of your instance.

  • instance-stuck-in-state: My instance is stuck in a state.
  • unresponsive: My instance is unresponsive.
  • not-accepting-credentials: My instance is not accepting my credentials.
  • password-not-available: A password is not available for my instance.
  • performance-network: My instance is experiencing performance problems that I believe are network related.
  • performance-instance-store: My instance is experiencing performance problems that I believe are related to the instance stores.
  • performance-ebs-volume: My instance is experiencing performance problems that I believe are related to an EBS volume.
  • performance-other: My instance is experiencing performance problems.
  • other: [explain using the description parameter]

AttachVolume

attachVolume_dryRun :: Lens' AttachVolume (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

attachVolume_device :: Lens' AttachVolume Text Source #

The device name (for example, /dev/sdh or xvdh).

attachVolume_volumeId :: Lens' AttachVolume Text Source #

The ID of the EBS volume. The volume and instance must be within the same Availability Zone.

volumeAttachment_deleteOnTermination :: Lens' VolumeAttachment (Maybe Bool) Source #

Indicates whether the EBS volume is deleted on instance termination.

volumeAttachment_attachTime :: Lens' VolumeAttachment (Maybe UTCTime) Source #

The time stamp when the attachment initiated.

RequestSpotInstances

requestSpotInstances_clientToken :: Lens' RequestSpotInstances (Maybe Text) Source #

Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to Ensure Idempotency in the Amazon EC2 User Guide for Linux Instances.

requestSpotInstances_instanceCount :: Lens' RequestSpotInstances (Maybe Int) Source #

The maximum number of Spot Instances to launch.

Default: 1

requestSpotInstances_instanceInterruptionBehavior :: Lens' RequestSpotInstances (Maybe InstanceInterruptionBehavior) Source #

The behavior when a Spot Instance is interrupted. The default is terminate.

requestSpotInstances_spotPrice :: Lens' RequestSpotInstances (Maybe Text) Source #

The maximum price per hour that you are willing to pay for a Spot Instance. The default is the On-Demand price.

requestSpotInstances_availabilityZoneGroup :: Lens' RequestSpotInstances (Maybe Text) Source #

The user-specified name for a logical grouping of requests.

When you specify an Availability Zone group in a Spot Instance request, all Spot Instances in the request are launched in the same Availability Zone. Instance proximity is maintained with this parameter, but the choice of Availability Zone is not. The group applies only to requests for Spot Instances of the same instance type. Any additional Spot Instance requests that are specified with the same Availability Zone group name are launched in that same Availability Zone, as long as at least one instance from the group is still active.

If there is no active instance running in the Availability Zone group that you specify for a new Spot Instance request (all instances are terminated, the request is expired, or the maximum price you specified falls below current Spot price), then Amazon EC2 launches the instance in any Availability Zone where the constraint can be met. Consequently, the subsequent set of Spot Instances could be placed in a different zone from the original request, even if you specified the same Availability Zone group.

Default: Instances are launched in any available Availability Zone.

requestSpotInstances_tagSpecifications :: Lens' RequestSpotInstances (Maybe [TagSpecification]) Source #

The key-value pair for tagging the Spot Instance request on creation. The value for ResourceType must be spot-instances-request, otherwise the Spot Instance request fails. To tag the Spot Instance request after it has been created, see CreateTags.

requestSpotInstances_validUntil :: Lens' RequestSpotInstances (Maybe UTCTime) Source #

The end date of the request, in UTC format (YYYY-MM-DDTHH:MM:SSZ).

  • For a persistent request, the request remains active until the ValidUntil date and time is reached. Otherwise, the request remains active until you cancel it.
  • For a one-time request, the request remains active until all instances launch, the request is canceled, or the ValidUntil date and time is reached. By default, the request is valid for 7 days from the date the request was created.

requestSpotInstances_launchGroup :: Lens' RequestSpotInstances (Maybe Text) Source #

The instance launch group. Launch groups are Spot Instances that launch together and terminate together.

Default: Instances are launched and terminated individually

requestSpotInstances_type :: Lens' RequestSpotInstances (Maybe SpotInstanceType) Source #

The Spot Instance request type.

Default: one-time

requestSpotInstances_validFrom :: Lens' RequestSpotInstances (Maybe UTCTime) Source #

The start date of the request. If this is a one-time request, the request becomes active at this date and time and remains active until all instances launch, the request expires, or the request is canceled. If the request is persistent, the request becomes active at this date and time and remains active until it expires or is canceled.

The specified start date and time cannot be equal to the current date and time. You must specify a start date and time that occurs after the current date and time.

requestSpotInstances_dryRun :: Lens' RequestSpotInstances (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

WithdrawByoipCidr

withdrawByoipCidr_dryRun :: Lens' WithdrawByoipCidr (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

withdrawByoipCidr_cidr :: Lens' WithdrawByoipCidr Text Source #

The address range, in CIDR notation.

DescribeHostReservationOfferings

describeHostReservationOfferings_maxDuration :: Lens' DescribeHostReservationOfferings (Maybe Int) Source #

This is the maximum duration of the reservation to purchase, specified in seconds. Reservations are available in one-year and three-year terms. The number of seconds specified must be the number of seconds in a year (365x24x60x60) times one of the supported durations (1 or 3). For example, specify 94608000 for three years.

describeHostReservationOfferings_nextToken :: Lens' DescribeHostReservationOfferings (Maybe Text) Source #

The token to use to retrieve the next page of results.

describeHostReservationOfferings_minDuration :: Lens' DescribeHostReservationOfferings (Maybe Int) Source #

This is the minimum duration of the reservation you'd like to purchase, specified in seconds. Reservations are available in one-year and three-year terms. The number of seconds specified must be the number of seconds in a year (365x24x60x60) times one of the supported durations (1 or 3). For example, specify 31536000 for one year.

describeHostReservationOfferings_filter :: Lens' DescribeHostReservationOfferings (Maybe [Filter]) Source #

The filters.

  • instance-family - The instance family of the offering (for example, m4).
  • payment-option - The payment option (NoUpfront | PartialUpfront | AllUpfront).

describeHostReservationOfferings_maxResults :: Lens' DescribeHostReservationOfferings (Maybe Natural) Source #

The maximum number of results to return for the request in a single page. The remaining results can be seen by sending another request with the returned nextToken value. This value can be between 5 and 500. If maxResults is given a larger value than 500, you receive an error.

describeHostReservationOfferingsResponse_nextToken :: Lens' DescribeHostReservationOfferingsResponse (Maybe Text) Source #

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

ResetFpgaImageAttribute

resetFpgaImageAttribute_dryRun :: Lens' ResetFpgaImageAttribute (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

resetFpgaImageAttributeResponse_return :: Lens' ResetFpgaImageAttributeResponse (Maybe Bool) Source #

Is true if the request succeeds, and an error otherwise.

ModifyVpnConnection

modifyVpnConnection_vpnGatewayId :: Lens' ModifyVpnConnection (Maybe Text) Source #

The ID of the virtual private gateway at the Amazon Web Services side of the VPN connection.

modifyVpnConnection_customerGatewayId :: Lens' ModifyVpnConnection (Maybe Text) Source #

The ID of the customer gateway at your end of the VPN connection.

modifyVpnConnection_dryRun :: Lens' ModifyVpnConnection (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

CreateTrafficMirrorFilterRule

createTrafficMirrorFilterRule_clientToken :: Lens' CreateTrafficMirrorFilterRule (Maybe Text) Source #

Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to ensure idempotency.

createTrafficMirrorFilterRule_protocol :: Lens' CreateTrafficMirrorFilterRule (Maybe Int) Source #

The protocol, for example UDP, to assign to the Traffic Mirror rule.

For information about the protocol value, see Protocol Numbers on the Internet Assigned Numbers Authority (IANA) website.

createTrafficMirrorFilterRule_dryRun :: Lens' CreateTrafficMirrorFilterRule (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

createTrafficMirrorFilterRule_ruleNumber :: Lens' CreateTrafficMirrorFilterRule Int Source #

The number of the Traffic Mirror rule. This number must be unique for each Traffic Mirror rule in a given direction. The rules are processed in ascending order by rule number.

createTrafficMirrorFilterRule_destinationCidrBlock :: Lens' CreateTrafficMirrorFilterRule Text Source #

The destination CIDR block to assign to the Traffic Mirror rule.

createTrafficMirrorFilterRule_sourceCidrBlock :: Lens' CreateTrafficMirrorFilterRule Text Source #

The source CIDR block to assign to the Traffic Mirror rule.

createTrafficMirrorFilterRuleResponse_clientToken :: Lens' CreateTrafficMirrorFilterRuleResponse (Maybe Text) Source #

Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to ensure idempotency.

DeleteTransitGateway

deleteTransitGateway_dryRun :: Lens' DeleteTransitGateway (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

StartVpcEndpointServicePrivateDnsVerification

startVpcEndpointServicePrivateDnsVerification_dryRun :: Lens' StartVpcEndpointServicePrivateDnsVerification (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

DescribeVolumes

describeVolumes_filters :: Lens' DescribeVolumes (Maybe [Filter]) Source #

The filters.

  • attachment.attach-time - The time stamp when the attachment initiated.
  • attachment.delete-on-termination - Whether the volume is deleted on instance termination.
  • attachment.device - The device name specified in the block device mapping (for example, /dev/sda1).
  • attachment.instance-id - The ID of the instance the volume is attached to.
  • attachment.status - The attachment state (attaching | attached | detaching).
  • availability-zone - The Availability Zone in which the volume was created.
  • create-time - The time stamp when the volume was created.
  • encrypted - Indicates whether the volume is encrypted (true | false)
  • multi-attach-enabled - Indicates whether the volume is enabled for Multi-Attach (true | false)
  • fast-restored - Indicates whether the volume was created from a snapshot that is enabled for fast snapshot restore (true | false).
  • size - The size of the volume, in GiB.
  • snapshot-id - The snapshot from which the volume was created.
  • status - The state of the volume (creating | available | in-use | deleting | deleted | error).
  • tag:<key> - The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value. For example, to find all resources that have a tag with the key Owner and the value TeamA, specify tag:Owner for the filter name and TeamA for the filter value.
  • tag-key - The key of a tag assigned to the resource. Use this filter to find all resources assigned a tag with a specific key, regardless of the tag value.
  • volume-id - The volume ID.
  • volume-type - The Amazon EBS volume type (gp2 | gp3 | io1 | io2 | st1 | sc1| standard)

describeVolumes_nextToken :: Lens' DescribeVolumes (Maybe Text) Source #

The NextToken value returned from a previous paginated DescribeVolumes request where MaxResults was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the NextToken value. This value is null when there are no more results to return.

describeVolumes_dryRun :: Lens' DescribeVolumes (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

describeVolumes_maxResults :: Lens' DescribeVolumes (Maybe Int) Source #

The maximum number of volume results returned by DescribeVolumes in paginated output. When this parameter is used, DescribeVolumes only returns MaxResults results in a single page along with a NextToken response element. The remaining results of the initial request can be seen by sending another DescribeVolumes request with the returned NextToken value. This value can be between 5 and 500; if MaxResults is given a value larger than 500, only 500 results are returned. If this parameter is not used, then DescribeVolumes returns all results. You cannot specify this parameter and the volume IDs parameter in the same request.

describeVolumesResponse_nextToken :: Lens' DescribeVolumesResponse (Maybe Text) Source #

The NextToken value to include in a future DescribeVolumes request. When the results of a DescribeVolumes request exceed MaxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.

RejectVpcPeeringConnection

rejectVpcPeeringConnection_dryRun :: Lens' RejectVpcPeeringConnection (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

rejectVpcPeeringConnectionResponse_return :: Lens' RejectVpcPeeringConnectionResponse (Maybe Bool) Source #

Returns true if the request succeeds; otherwise, it returns an error.

DescribeClientVpnRoutes

describeClientVpnRoutes_filters :: Lens' DescribeClientVpnRoutes (Maybe [Filter]) Source #

One or more filters. Filter names and values are case-sensitive.

  • destination-cidr - The CIDR of the route destination.
  • origin - How the route was associated with the Client VPN endpoint (associate | add-route).
  • target-subnet - The ID of the subnet through which traffic is routed.

describeClientVpnRoutes_nextToken :: Lens' DescribeClientVpnRoutes (Maybe Text) Source #

The token to retrieve the next page of results.

describeClientVpnRoutes_dryRun :: Lens' DescribeClientVpnRoutes (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

describeClientVpnRoutes_maxResults :: Lens' DescribeClientVpnRoutes (Maybe Natural) Source #

The maximum number of results to return for the request in a single page. The remaining results can be seen by sending another request with the nextToken value.

describeClientVpnRoutesResponse_nextToken :: Lens' DescribeClientVpnRoutesResponse (Maybe Text) Source #

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

DeleteVpnConnectionRoute

deleteVpnConnectionRoute_destinationCidrBlock :: Lens' DeleteVpnConnectionRoute Text Source #

The CIDR block associated with the local subnet of the customer network.

AssociateEnclaveCertificateIamRole

associateEnclaveCertificateIamRole_certificateArn :: Lens' AssociateEnclaveCertificateIamRole (Maybe Text) Source #

The ARN of the ACM certificate with which to associate the IAM role.

associateEnclaveCertificateIamRole_dryRun :: Lens' AssociateEnclaveCertificateIamRole (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

associateEnclaveCertificateIamRole_roleArn :: Lens' AssociateEnclaveCertificateIamRole (Maybe Text) Source #

The ARN of the IAM role to associate with the ACM certificate. You can associate up to 16 IAM roles with an ACM certificate.

associateEnclaveCertificateIamRoleResponse_certificateS3ObjectKey :: Lens' AssociateEnclaveCertificateIamRoleResponse (Maybe Text) Source #

The Amazon S3 object key where the certificate, certificate chain, and encrypted private key bundle are stored. The object key is formatted as follows: role_arn/certificate_arn.

associateEnclaveCertificateIamRoleResponse_encryptionKmsKeyId :: Lens' AssociateEnclaveCertificateIamRoleResponse (Maybe Text) Source #

The ID of the KMS key used to encrypt the private key of the certificate.

ModifyVpcEndpoint

modifyVpcEndpoint_policyDocument :: Lens' ModifyVpcEndpoint (Maybe Text) Source #

(Interface and gateway endpoints) A policy to attach to the endpoint that controls access to the service. The policy must be in valid JSON format.

modifyVpcEndpoint_removeRouteTableIds :: Lens' ModifyVpcEndpoint (Maybe [Text]) Source #

(Gateway endpoint) One or more route table IDs to disassociate from the endpoint.

modifyVpcEndpoint_resetPolicy :: Lens' ModifyVpcEndpoint (Maybe Bool) Source #

(Gateway endpoint) Specify true to reset the policy document to the default policy. The default policy allows full access to the service.

modifyVpcEndpoint_addRouteTableIds :: Lens' ModifyVpcEndpoint (Maybe [Text]) Source #

(Gateway endpoint) One or more route tables IDs to associate with the endpoint.

modifyVpcEndpoint_privateDnsEnabled :: Lens' ModifyVpcEndpoint (Maybe Bool) Source #

(Interface endpoint) Indicates whether a private hosted zone is associated with the VPC.

modifyVpcEndpoint_addSubnetIds :: Lens' ModifyVpcEndpoint (Maybe [Text]) Source #

(Interface and Gateway Load Balancer endpoints) One or more subnet IDs in which to serve the endpoint. For a Gateway Load Balancer endpoint, you can specify only one subnet.

modifyVpcEndpoint_removeSubnetIds :: Lens' ModifyVpcEndpoint (Maybe [Text]) Source #

(Interface endpoint) One or more subnets IDs in which to remove the endpoint.

modifyVpcEndpoint_addSecurityGroupIds :: Lens' ModifyVpcEndpoint (Maybe [Text]) Source #

(Interface endpoint) One or more security group IDs to associate with the network interface.

modifyVpcEndpoint_dryRun :: Lens' ModifyVpcEndpoint (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

modifyVpcEndpoint_removeSecurityGroupIds :: Lens' ModifyVpcEndpoint (Maybe [Text]) Source #

(Interface endpoint) One or more security group IDs to disassociate from the network interface.

modifyVpcEndpointResponse_return :: Lens' ModifyVpcEndpointResponse (Maybe Bool) Source #

Returns true if the request succeeds; otherwise, it returns an error.

DescribeFpgaImageAttribute

describeFpgaImageAttribute_dryRun :: Lens' DescribeFpgaImageAttribute (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

AllocateHosts

allocateHosts_instanceFamily :: Lens' AllocateHosts (Maybe Text) Source #

Specifies the instance family to be supported by the Dedicated Hosts. If you specify an instance family, the Dedicated Hosts support multiple instance types within that instance family.

If you want the Dedicated Hosts to support a specific instance type only, omit this parameter and specify InstanceType instead. You cannot specify InstanceFamily and InstanceType in the same request.

allocateHosts_clientToken :: Lens' AllocateHosts (Maybe Text) Source #

Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see Ensuring Idempotency.

allocateHosts_instanceType :: Lens' AllocateHosts (Maybe Text) Source #

Specifies the instance type to be supported by the Dedicated Hosts. If you specify an instance type, the Dedicated Hosts support instances of the specified instance type only.

If you want the Dedicated Hosts to support multiple instance types in a specific instance family, omit this parameter and specify InstanceFamily instead. You cannot specify InstanceType and InstanceFamily in the same request.

allocateHosts_tagSpecifications :: Lens' AllocateHosts (Maybe [TagSpecification]) Source #

The tags to apply to the Dedicated Host during creation.

allocateHosts_hostRecovery :: Lens' AllocateHosts (Maybe HostRecovery) Source #

Indicates whether to enable or disable host recovery for the Dedicated Host. Host recovery is disabled by default. For more information, see Host recovery in the Amazon EC2 User Guide.

Default: off

allocateHosts_autoPlacement :: Lens' AllocateHosts (Maybe AutoPlacement) Source #

Indicates whether the host accepts any untargeted instance launches that match its instance type configuration, or if it only accepts Host tenancy instance launches that specify its unique host ID. For more information, see Understanding auto-placement and affinity in the Amazon EC2 User Guide.

Default: on

allocateHosts_availabilityZone :: Lens' AllocateHosts Text Source #

The Availability Zone in which to allocate the Dedicated Host.

allocateHosts_quantity :: Lens' AllocateHosts Int Source #

The number of Dedicated Hosts to allocate to your account with these parameters.

allocateHostsResponse_hostIds :: Lens' AllocateHostsResponse (Maybe [Text]) Source #

The ID of the allocated Dedicated Host. This is used to launch an instance onto a specific host.

CreateClientVpnEndpoint

createClientVpnEndpoint_securityGroupIds :: Lens' CreateClientVpnEndpoint (Maybe [Text]) Source #

The IDs of one or more security groups to apply to the target network. You must also specify the ID of the VPC that contains the security groups.

createClientVpnEndpoint_splitTunnel :: Lens' CreateClientVpnEndpoint (Maybe Bool) Source #

Indicates whether split-tunnel is enabled on the Client VPN endpoint.

By default, split-tunnel on a VPN endpoint is disabled.

For information about split-tunnel VPN endpoints, see Split-tunnel Client VPN endpoint in the Client VPN Administrator Guide.

createClientVpnEndpoint_clientToken :: Lens' CreateClientVpnEndpoint (Maybe Text) Source #

Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to ensure idempotency.

createClientVpnEndpoint_transportProtocol :: Lens' CreateClientVpnEndpoint (Maybe TransportProtocol) Source #

The transport protocol to be used by the VPN session.

Default value: udp

createClientVpnEndpoint_vpcId :: Lens' CreateClientVpnEndpoint (Maybe Text) Source #

The ID of the VPC to associate with the Client VPN endpoint. If no security group IDs are specified in the request, the default security group for the VPC is applied.

createClientVpnEndpoint_vpnPort :: Lens' CreateClientVpnEndpoint (Maybe Int) Source #

The port number to assign to the Client VPN endpoint for TCP and UDP traffic.

Valid Values: 443 | 1194

Default Value: 443

createClientVpnEndpoint_tagSpecifications :: Lens' CreateClientVpnEndpoint (Maybe [TagSpecification]) Source #

The tags to apply to the Client VPN endpoint during creation.

createClientVpnEndpoint_dnsServers :: Lens' CreateClientVpnEndpoint (Maybe [Text]) Source #

Information about the DNS servers to be used for DNS resolution. A Client VPN endpoint can have up to two DNS servers. If no DNS server is specified, the DNS address configured on the device is used for the DNS server.

createClientVpnEndpoint_clientConnectOptions :: Lens' CreateClientVpnEndpoint (Maybe ClientConnectOptions) Source #

The options for managing connection authorization for new client connections.

createClientVpnEndpoint_selfServicePortal :: Lens' CreateClientVpnEndpoint (Maybe SelfServicePortal) Source #

Specify whether to enable the self-service portal for the Client VPN endpoint.

Default Value: enabled

createClientVpnEndpoint_description :: Lens' CreateClientVpnEndpoint (Maybe Text) Source #

A brief description of the Client VPN endpoint.

createClientVpnEndpoint_dryRun :: Lens' CreateClientVpnEndpoint (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

createClientVpnEndpoint_clientCidrBlock :: Lens' CreateClientVpnEndpoint Text Source #

The IPv4 address range, in CIDR notation, from which to assign client IP addresses. The address range cannot overlap with the local CIDR of the VPC in which the associated subnet is located, or the routes that you add manually. The address range cannot be changed after the Client VPN endpoint has been created. The CIDR block should be /22 or greater.

createClientVpnEndpoint_authenticationOptions :: Lens' CreateClientVpnEndpoint [ClientVpnAuthenticationRequest] Source #

Information about the authentication method to be used to authenticate clients.

createClientVpnEndpoint_connectionLogOptions :: Lens' CreateClientVpnEndpoint ConnectionLogOptions Source #

Information about the client connection logging options.

If you enable client connection logging, data about client connections is sent to a Cloudwatch Logs log stream. The following information is logged:

  • Client connection requests
  • Client connection results (successful and unsuccessful)
  • Reasons for unsuccessful client connection requests
  • Client connection termination time

createClientVpnEndpointResponse_dnsName :: Lens' CreateClientVpnEndpointResponse (Maybe Text) Source #

The DNS name to be used by clients when establishing their VPN session.

CreateTrafficMirrorSession

createTrafficMirrorSession_clientToken :: Lens' CreateTrafficMirrorSession (Maybe Text) Source #

Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to ensure idempotency.

createTrafficMirrorSession_packetLength :: Lens' CreateTrafficMirrorSession (Maybe Int) Source #

The number of bytes in each packet to mirror. These are bytes after the VXLAN header. Do not specify this parameter when you want to mirror the entire packet. To mirror a subset of the packet, set this to the length (in bytes) that you want to mirror. For example, if you set this value to 100, then the first 100 bytes that meet the filter criteria are copied to the target.

If you do not want to mirror the entire packet, use the PacketLength parameter to specify the number of bytes in each packet to mirror.

createTrafficMirrorSession_virtualNetworkId :: Lens' CreateTrafficMirrorSession (Maybe Int) Source #

The VXLAN ID for the Traffic Mirror session. For more information about the VXLAN protocol, see RFC 7348. If you do not specify a VirtualNetworkId, an account-wide unique id is chosen at random.

createTrafficMirrorSession_description :: Lens' CreateTrafficMirrorSession (Maybe Text) Source #

The description of the Traffic Mirror session.

createTrafficMirrorSession_dryRun :: Lens' CreateTrafficMirrorSession (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

createTrafficMirrorSession_sessionNumber :: Lens' CreateTrafficMirrorSession Int Source #

The session number determines the order in which sessions are evaluated when an interface is used by multiple sessions. The first session with a matching filter is the one that mirrors the packets.

Valid values are 1-32766.

createTrafficMirrorSessionResponse_clientToken :: Lens' CreateTrafficMirrorSessionResponse (Maybe Text) Source #

Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to ensure idempotency.

RegisterImage

registerImage_virtualizationType :: Lens' RegisterImage (Maybe Text) Source #

The type of virtualization (hvm | paravirtual).

Default: paravirtual

registerImage_imageLocation :: Lens' RegisterImage (Maybe Text) Source #

The full path to your AMI manifest in Amazon S3 storage. The specified bucket must have the aws-exec-read canned access control list (ACL) to ensure that it can be accessed by Amazon EC2. For more information, see Canned ACLs in the Amazon S3 Service Developer Guide.

registerImage_enaSupport :: Lens' RegisterImage (Maybe Bool) Source #

Set to true to enable enhanced networking with ENA for the AMI and any instances that you launch from the AMI.

This option is supported only for HVM AMIs. Specifying this option with a PV AMI can make instances launched from the AMI unreachable.

registerImage_billingProducts :: Lens' RegisterImage (Maybe [Text]) Source #

The billing product codes. Your account must be authorized to specify billing product codes. Otherwise, you can use the Amazon Web Services Marketplace to bill for the use of an AMI.

registerImage_rootDeviceName :: Lens' RegisterImage (Maybe Text) Source #

The device name of the root device volume (for example, /dev/sda1).

registerImage_sriovNetSupport :: Lens' RegisterImage (Maybe Text) Source #

Set to simple to enable enhanced networking with the Intel 82599 Virtual Function interface for the AMI and any instances that you launch from the AMI.

There is no way to disable sriovNetSupport at this time.

This option is supported only for HVM AMIs. Specifying this option with a PV AMI can make instances launched from the AMI unreachable.

registerImage_bootMode :: Lens' RegisterImage (Maybe BootModeValues) Source #

The boot mode of the AMI. For more information, see Boot modes in the Amazon Elastic Compute Cloud User Guide.

registerImage_architecture :: Lens' RegisterImage (Maybe ArchitectureValues) Source #

The architecture of the AMI.

Default: For Amazon EBS-backed AMIs, i386. For instance store-backed AMIs, the architecture specified in the manifest file.

registerImage_blockDeviceMappings :: Lens' RegisterImage (Maybe [BlockDeviceMapping]) Source #

The block device mapping entries.

If you specify an Amazon EBS volume using the ID of an Amazon EBS snapshot, you can't specify the encryption state of the volume.

If you create an AMI on an Outpost, then all backing snapshots must be on the same Outpost or in the Region of that Outpost. AMIs on an Outpost that include local snapshots can be used to launch instances on the same Outpost only. For more information, Amazon EBS local snapshots on Outposts in the Amazon Elastic Compute Cloud User Guide.

registerImage_dryRun :: Lens' RegisterImage (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

registerImage_name :: Lens' RegisterImage Text Source #

A name for your AMI.

Constraints: 3-128 alphanumeric characters, parentheses (()), square brackets ([]), spaces ( ), periods (.), slashes (/), dashes (-), single quotes ('), at-signs (@), or underscores(_)

AdvertiseByoipCidr

advertiseByoipCidr_dryRun :: Lens' AdvertiseByoipCidr (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

advertiseByoipCidr_cidr :: Lens' AdvertiseByoipCidr Text Source #

The address range, in CIDR notation. This must be the exact range that you provisioned. You can't advertise only a portion of the provisioned range.

ModifyFleet

modifyFleet_excessCapacityTerminationPolicy :: Lens' ModifyFleet (Maybe FleetExcessCapacityTerminationPolicy) Source #

Indicates whether running instances should be terminated if the total target capacity of the EC2 Fleet is decreased below the current size of the EC2 Fleet.

modifyFleet_dryRun :: Lens' ModifyFleet (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

modifyFleet_fleetId :: Lens' ModifyFleet Text Source #

The ID of the EC2 Fleet.

modifyFleetResponse_return :: Lens' ModifyFleetResponse (Maybe Bool) Source #

Is true if the request succeeds, and an error otherwise.

RevokeSecurityGroupIngress

revokeSecurityGroupIngress_fromPort :: Lens' RevokeSecurityGroupIngress (Maybe Int) Source #

The start of port range for the TCP and UDP protocols, or an ICMP type number. For the ICMP type number, use -1 to specify all ICMP types.

revokeSecurityGroupIngress_ipPermissions :: Lens' RevokeSecurityGroupIngress (Maybe [IpPermission]) Source #

The sets of IP permissions. You can't specify a source security group and a CIDR IP address range in the same set of permissions.

revokeSecurityGroupIngress_ipProtocol :: Lens' RevokeSecurityGroupIngress (Maybe Text) Source #

The IP protocol name (tcp, udp, icmp) or number (see Protocol Numbers). Use -1 to specify all.

revokeSecurityGroupIngress_groupId :: Lens' RevokeSecurityGroupIngress (Maybe Text) Source #

The ID of the security group. You must specify either the security group ID or the security group name in the request. For security groups in a nondefault VPC, you must specify the security group ID.

revokeSecurityGroupIngress_toPort :: Lens' RevokeSecurityGroupIngress (Maybe Int) Source #

The end of port range for the TCP and UDP protocols, or an ICMP code number. For the ICMP code number, use -1 to specify all ICMP codes for the ICMP type.

revokeSecurityGroupIngress_cidrIp :: Lens' RevokeSecurityGroupIngress (Maybe Text) Source #

The CIDR IP address range. You can't specify this parameter when specifying a source security group.

revokeSecurityGroupIngress_sourceSecurityGroupOwnerId :: Lens' RevokeSecurityGroupIngress (Maybe Text) Source #

EC2-Classic
The Amazon Web Services account ID of the source security group, if the source security group is in a different account. You can't specify this parameter in combination with the following parameters: the CIDR IP address range, the IP protocol, the start of the port range, and the end of the port range. To revoke a specific rule for an IP protocol and port range, use a set of IP permissions instead.

revokeSecurityGroupIngress_groupName :: Lens' RevokeSecurityGroupIngress (Maybe Text) Source #

EC2-Classic, default VPC
The name of the security group. You must specify either the security group ID or the security group name in the request.

revokeSecurityGroupIngress_sourceSecurityGroupName :: Lens' RevokeSecurityGroupIngress (Maybe Text) Source #

EC2-Classic, default VPC
The name of the source security group. You can't specify this parameter in combination with the following parameters: the CIDR IP address range, the start of the port range, the IP protocol, and the end of the port range. For EC2-VPC, the source security group must be in the same VPC. To revoke a specific rule for an IP protocol and port range, use a set of IP permissions instead.

revokeSecurityGroupIngress_dryRun :: Lens' RevokeSecurityGroupIngress (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

revokeSecurityGroupIngressResponse_return :: Lens' RevokeSecurityGroupIngressResponse (Maybe Bool) Source #

Returns true if the request succeeds; otherwise, returns an error.

revokeSecurityGroupIngressResponse_unknownIpPermissions :: Lens' RevokeSecurityGroupIngressResponse (Maybe [IpPermission]) Source #

The inbound rules that were unknown to the service. In some cases, unknownIpPermissionSet might be in a different format from the request parameter.

GetEbsDefaultKmsKeyId

getEbsDefaultKmsKeyId_dryRun :: Lens' GetEbsDefaultKmsKeyId (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

getEbsDefaultKmsKeyIdResponse_kmsKeyId :: Lens' GetEbsDefaultKmsKeyIdResponse (Maybe Text) Source #

The Amazon Resource Name (ARN) of the default KMS key for encryption by default.

DescribeHostReservations

describeHostReservations_nextToken :: Lens' DescribeHostReservations (Maybe Text) Source #

The token to use to retrieve the next page of results.

describeHostReservations_filter :: Lens' DescribeHostReservations (Maybe [Filter]) Source #

The filters.

  • instance-family - The instance family (for example, m4).
  • payment-option - The payment option (NoUpfront | PartialUpfront | AllUpfront).
  • state - The state of the reservation (payment-pending | payment-failed | active | retired).
  • tag:<key> - The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value. For example, to find all resources that have a tag with the key Owner and the value TeamA, specify tag:Owner for the filter name and TeamA for the filter value.
  • tag-key - The key of a tag assigned to the resource. Use this filter to find all resources assigned a tag with a specific key, regardless of the tag value.

describeHostReservations_maxResults :: Lens' DescribeHostReservations (Maybe Int) Source #

The maximum number of results to return for the request in a single page. The remaining results can be seen by sending another request with the returned nextToken value. This value can be between 5 and 500. If maxResults is given a larger value than 500, you receive an error.

describeHostReservationsResponse_nextToken :: Lens' DescribeHostReservationsResponse (Maybe Text) Source #

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

UpdateSecurityGroupRuleDescriptionsEgress

updateSecurityGroupRuleDescriptionsEgress_securityGroupRuleDescriptions :: Lens' UpdateSecurityGroupRuleDescriptionsEgress (Maybe [SecurityGroupRuleDescription]) Source #

The description for the egress security group rules. You must specify either the description or the IP permissions.

updateSecurityGroupRuleDescriptionsEgress_ipPermissions :: Lens' UpdateSecurityGroupRuleDescriptionsEgress (Maybe [IpPermission]) Source #

The IP permissions for the security group rule. You must specify either the IP permissions or the description.

updateSecurityGroupRuleDescriptionsEgress_groupId :: Lens' UpdateSecurityGroupRuleDescriptionsEgress (Maybe Text) Source #

The ID of the security group. You must specify either the security group ID or the security group name in the request. For security groups in a nondefault VPC, you must specify the security group ID.

updateSecurityGroupRuleDescriptionsEgress_groupName :: Lens' UpdateSecurityGroupRuleDescriptionsEgress (Maybe Text) Source #

Default VPC
The name of the security group. You must specify either the security group ID or the security group name in the request.

updateSecurityGroupRuleDescriptionsEgress_dryRun :: Lens' UpdateSecurityGroupRuleDescriptionsEgress (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

EnableVpcClassicLinkDnsSupport

enableVpcClassicLinkDnsSupportResponse_return :: Lens' EnableVpcClassicLinkDnsSupportResponse (Maybe Bool) Source #

Returns true if the request succeeds; otherwise, it returns an error.

DescribeVpcEndpointConnections

describeVpcEndpointConnections_filters :: Lens' DescribeVpcEndpointConnections (Maybe [Filter]) Source #

One or more filters.

  • service-id - The ID of the service.
  • vpc-endpoint-owner - The ID of the Amazon Web Services account ID that owns the endpoint.
  • vpc-endpoint-state - The state of the endpoint (pendingAcceptance | pending | available | deleting | deleted | rejected | failed).
  • vpc-endpoint-id - The ID of the endpoint.

describeVpcEndpointConnections_dryRun :: Lens' DescribeVpcEndpointConnections (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

describeVpcEndpointConnections_maxResults :: Lens' DescribeVpcEndpointConnections (Maybe Int) Source #

The maximum number of results to return for the request in a single page. The remaining results of the initial request can be seen by sending another request with the returned NextToken value. This value can be between 5 and 1,000; if MaxResults is given a value larger than 1,000, only 1,000 results are returned.

describeVpcEndpointConnectionsResponse_nextToken :: Lens' DescribeVpcEndpointConnectionsResponse (Maybe Text) Source #

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

ModifyReservedInstances

modifyReservedInstances_clientToken :: Lens' ModifyReservedInstances (Maybe Text) Source #

A unique, case-sensitive token you provide to ensure idempotency of your modification request. For more information, see Ensuring Idempotency.

modifyReservedInstances_targetConfigurations :: Lens' ModifyReservedInstances [ReservedInstancesConfiguration] Source #

The configuration settings for the Reserved Instances to modify.

DeleteFpgaImage

deleteFpgaImage_dryRun :: Lens' DeleteFpgaImage (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

deleteFpgaImageResponse_return :: Lens' DeleteFpgaImageResponse (Maybe Bool) Source #

Is true if the request succeeds, and an error otherwise.

DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociations

describeLocalGatewayRouteTableVirtualInterfaceGroupAssociations_filters :: Lens' DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociations (Maybe [Filter]) Source #

One or more filters.

  • local-gateway-id - The ID of a local gateway.
  • local-gateway-route-table-id - The ID of the local gateway route table.
  • local-gateway-route-table-virtual-interface-group-association-id - The ID of the association.
  • local-gateway-route-table-virtual-interface-group-id - The ID of the virtual interface group.
  • state - The state of the association.

describeLocalGatewayRouteTableVirtualInterfaceGroupAssociations_dryRun :: Lens' DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociations (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

describeLocalGatewayRouteTableVirtualInterfaceGroupAssociations_maxResults :: Lens' DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociations (Maybe Natural) Source #

The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.

describeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsResponse_nextToken :: Lens' DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsResponse (Maybe Text) Source #

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

EnableImageDeprecation

enableImageDeprecation_dryRun :: Lens' EnableImageDeprecation (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

enableImageDeprecation_deprecateAt :: Lens' EnableImageDeprecation UTCTime Source #

The date and time to deprecate the AMI, in UTC, in the following format: YYYY-MM-DDTHH:MM:SSZ. If you specify a value for seconds, Amazon EC2 rounds the seconds to the nearest minute.

You can’t specify a date in the past. The upper limit for DeprecateAt is 10 years from now.

enableImageDeprecationResponse_return :: Lens' EnableImageDeprecationResponse (Maybe Bool) Source #

Returns true if the request succeeds; otherwise, it returns an error.

DescribeScheduledInstances

describeScheduledInstances_filters :: Lens' DescribeScheduledInstances (Maybe [Filter]) Source #

The filters.

  • availability-zone - The Availability Zone (for example, us-west-2a).
  • instance-type - The instance type (for example, c4.large).
  • network-platform - The network platform (EC2-Classic or EC2-VPC).
  • platform - The platform (Linux/UNIX or Windows).

describeScheduledInstances_dryRun :: Lens' DescribeScheduledInstances (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

describeScheduledInstances_maxResults :: Lens' DescribeScheduledInstances (Maybe Int) Source #

The maximum number of results to return in a single call. This value can be between 5 and 300. The default value is 100. To retrieve the remaining results, make another call with the returned NextToken value.

describeScheduledInstancesResponse_nextToken :: Lens' DescribeScheduledInstancesResponse (Maybe Text) Source #

The token required to retrieve the next set of results. This value is null when there are no more results to return.

SearchTransitGatewayMulticastGroups

searchTransitGatewayMulticastGroups_filters :: Lens' SearchTransitGatewayMulticastGroups (Maybe [Filter]) Source #

One or more filters. The possible values are:

  • group-ip-address - The IP address of the transit gateway multicast group.
  • is-group-member - The resource is a group member. Valid values are true | false.
  • is-group-source - The resource is a group source. Valid values are true | false.
  • member-type - The member type. Valid values are igmp | static.
  • resource-id - The ID of the resource.
  • resource-type - The type of resource. Valid values are vpc | vpn | direct-connect-gateway | tgw-peering.
  • source-type - The source type. Valid values are igmp | static.
  • subnet-id - The ID of the subnet.
  • transit-gateway-attachment-id - The id of the transit gateway attachment.

searchTransitGatewayMulticastGroups_dryRun :: Lens' SearchTransitGatewayMulticastGroups (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

searchTransitGatewayMulticastGroups_maxResults :: Lens' SearchTransitGatewayMulticastGroups (Maybe Natural) Source #

The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.

searchTransitGatewayMulticastGroupsResponse_nextToken :: Lens' SearchTransitGatewayMulticastGroupsResponse (Maybe Text) Source #

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

CreateFlowLogs

createFlowLogs_logFormat :: Lens' CreateFlowLogs (Maybe Text) Source #

The fields to include in the flow log record, in the order in which they should appear. For a list of available fields, see Flow log records. If you omit this parameter, the flow log is created using the default format. If you specify this parameter, you must specify at least one field.

Specify the fields using the ${field-id} format, separated by spaces. For the CLI, surround this parameter value with single quotes on Linux or double quotes on Windows.

createFlowLogs_maxAggregationInterval :: Lens' CreateFlowLogs (Maybe Int) Source #

The maximum interval of time during which a flow of packets is captured and aggregated into a flow log record. You can specify 60 seconds (1 minute) or 600 seconds (10 minutes).

When a network interface is attached to a Nitro-based instance, the aggregation interval is always 60 seconds or less, regardless of the value that you specify.

Default: 600

createFlowLogs_clientToken :: Lens' CreateFlowLogs (Maybe Text) Source #

Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to ensure idempotency.

createFlowLogs_logDestination :: Lens' CreateFlowLogs (Maybe Text) Source #

The destination to which the flow log data is to be published. Flow log data can be published to a CloudWatch Logs log group or an Amazon S3 bucket. The value specified for this parameter depends on the value specified for LogDestinationType.

If LogDestinationType is not specified or cloud-watch-logs, specify the Amazon Resource Name (ARN) of the CloudWatch Logs log group. For example, to publish to a log group called my-logs, specify arn:aws:logs:us-east-1:123456789012:log-group:my-logs. Alternatively, use LogGroupName instead.

If LogDestinationType is s3, specify the ARN of the Amazon S3 bucket. You can also specify a subfolder in the bucket. To specify a subfolder in the bucket, use the following ARN format: bucket_ARN/subfolder_name/. For example, to specify a subfolder named my-logs in a bucket named my-bucket, use the following ARN: arn:aws:s3:::my-bucket/my-logs/. You cannot use AWSLogs as a subfolder name. This is a reserved term.

createFlowLogs_logGroupName :: Lens' CreateFlowLogs (Maybe Text) Source #

The name of a new or existing CloudWatch Logs log group where Amazon EC2 publishes your flow logs.

If you specify LogDestinationType as s3, do not specify DeliverLogsPermissionArn or LogGroupName.

createFlowLogs_deliverLogsPermissionArn :: Lens' CreateFlowLogs (Maybe Text) Source #

The ARN for the IAM role that permits Amazon EC2 to publish flow logs to a CloudWatch Logs log group in your account.

If you specify LogDestinationType as s3, do not specify DeliverLogsPermissionArn or LogGroupName.

createFlowLogs_logDestinationType :: Lens' CreateFlowLogs (Maybe LogDestinationType) Source #

The type of destination to which the flow log data is to be published. Flow log data can be published to CloudWatch Logs or Amazon S3. To publish flow log data to CloudWatch Logs, specify cloud-watch-logs. To publish flow log data to Amazon S3, specify s3.

If you specify LogDestinationType as s3, do not specify DeliverLogsPermissionArn or LogGroupName.

Default: cloud-watch-logs

createFlowLogs_dryRun :: Lens' CreateFlowLogs (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

createFlowLogs_resourceIds :: Lens' CreateFlowLogs [Text] Source #

The ID of the subnet, network interface, or VPC for which you want to create a flow log.

Constraints: Maximum of 1000 resources

createFlowLogs_resourceType :: Lens' CreateFlowLogs FlowLogsResourceType Source #

The type of resource for which to create the flow log. For example, if you specified a VPC ID for the ResourceId property, specify VPC for this property.

createFlowLogs_trafficType :: Lens' CreateFlowLogs TrafficType Source #

The type of traffic to log. You can log traffic that the resource accepts or rejects, or all traffic.

createFlowLogsResponse_unsuccessful :: Lens' CreateFlowLogsResponse (Maybe [UnsuccessfulItem]) Source #

Information about the flow logs that could not be created successfully.

createFlowLogsResponse_clientToken :: Lens' CreateFlowLogsResponse (Maybe Text) Source #

Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.

DescribeSpotFleetRequests

describeSpotFleetRequests_dryRun :: Lens' DescribeSpotFleetRequests (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

describeSpotFleetRequests_maxResults :: Lens' DescribeSpotFleetRequests (Maybe Int) Source #

The maximum number of results to return in a single call. Specify a value between 1 and 1000. The default value is 1000. To retrieve the remaining results, make another call with the returned NextToken value.

describeSpotFleetRequestsResponse_nextToken :: Lens' DescribeSpotFleetRequestsResponse (Maybe Text) Source #

The token required to retrieve the next set of results. This value is null when there are no more results to return.

MoveAddressToVpc

moveAddressToVpc_dryRun :: Lens' MoveAddressToVpc (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

moveAddressToVpcResponse_allocationId :: Lens' MoveAddressToVpcResponse (Maybe Text) Source #

The allocation ID for the Elastic IP address.

DescribeFleetInstances

describeFleetInstances_filters :: Lens' DescribeFleetInstances (Maybe [Filter]) Source #

The filters.

  • instance-type - The instance type.

describeFleetInstances_dryRun :: Lens' DescribeFleetInstances (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

describeFleetInstances_maxResults :: Lens' DescribeFleetInstances (Maybe Int) Source #

The maximum number of results to return in a single call. Specify a value between 1 and 1000. The default value is 1000. To retrieve the remaining results, make another call with the returned NextToken value.

describeFleetInstancesResponse_activeInstances :: Lens' DescribeFleetInstancesResponse (Maybe [ActiveInstance]) Source #

The running instances. This list is refreshed periodically and might be out of date.

DescribeLaunchTemplateVersions

describeLaunchTemplateVersions_launchTemplateName :: Lens' DescribeLaunchTemplateVersions (Maybe Text) Source #

The name of the launch template. To describe one or more versions of a specified launch template, you must specify either the launch template ID or the launch template name in the request. To describe all the latest or default launch template versions in your account, you must omit this parameter.

describeLaunchTemplateVersions_launchTemplateId :: Lens' DescribeLaunchTemplateVersions (Maybe Text) Source #

The ID of the launch template. To describe one or more versions of a specified launch template, you must specify either the launch template ID or the launch template name in the request. To describe all the latest or default launch template versions in your account, you must omit this parameter.

describeLaunchTemplateVersions_minVersion :: Lens' DescribeLaunchTemplateVersions (Maybe Text) Source #

The version number after which to describe launch template versions.

describeLaunchTemplateVersions_filters :: Lens' DescribeLaunchTemplateVersions (Maybe [Filter]) Source #

One or more filters.

  • create-time - The time the launch template version was created.
  • ebs-optimized - A boolean that indicates whether the instance is optimized for Amazon EBS I/O.
  • iam-instance-profile - The ARN of the IAM instance profile.
  • image-id - The ID of the AMI.
  • instance-type - The instance type.
  • is-default-version - A boolean that indicates whether the launch template version is the default version.
  • kernel-id - The kernel ID.
  • ram-disk-id - The RAM disk ID.

describeLaunchTemplateVersions_maxVersion :: Lens' DescribeLaunchTemplateVersions (Maybe Text) Source #

The version number up to which to describe launch template versions.

describeLaunchTemplateVersions_versions :: Lens' DescribeLaunchTemplateVersions (Maybe [Text]) Source #

One or more versions of the launch template. Valid values depend on whether you are describing a specified launch template (by ID or name) or all launch templates in your account.

To describe one or more versions of a specified launch template, valid values are $Latest, $Default, and numbers.

To describe all launch templates in your account that are defined as the latest version, the valid value is $Latest. To describe all launch templates in your account that are defined as the default version, the valid value is $Default. You can specify $Latest and $Default in the same call. You cannot specify numbers.

describeLaunchTemplateVersions_dryRun :: Lens' DescribeLaunchTemplateVersions (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

describeLaunchTemplateVersions_maxResults :: Lens' DescribeLaunchTemplateVersions (Maybe Int) Source #

The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value. This value can be between 1 and 200.

describeLaunchTemplateVersionsResponse_nextToken :: Lens' DescribeLaunchTemplateVersionsResponse (Maybe Text) Source #

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

StartNetworkInsightsAnalysis

startNetworkInsightsAnalysis_filterInArns :: Lens' StartNetworkInsightsAnalysis (Maybe [Text]) Source #

The Amazon Resource Names (ARN) of the resources that the path must traverse.

startNetworkInsightsAnalysis_dryRun :: Lens' StartNetworkInsightsAnalysis (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

startNetworkInsightsAnalysis_clientToken :: Lens' StartNetworkInsightsAnalysis Text Source #

Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to ensure idempotency.

ModifyInstanceCreditSpecification

modifyInstanceCreditSpecification_clientToken :: Lens' ModifyInstanceCreditSpecification (Maybe Text) Source #

A unique, case-sensitive token that you provide to ensure idempotency of your modification request. For more information, see Ensuring Idempotency.

modifyInstanceCreditSpecification_dryRun :: Lens' ModifyInstanceCreditSpecification (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

DescribePrincipalIdFormat

describePrincipalIdFormat_resources :: Lens' DescribePrincipalIdFormat (Maybe [Text]) Source #

The type of resource: bundle | conversion-task | customer-gateway | dhcp-options | elastic-ip-allocation | elastic-ip-association | export-task | flow-log | image | import-task | instance | internet-gateway | network-acl | network-acl-association | network-interface | network-interface-attachment | prefix-list | reservation | route-table | route-table-association | security-group | snapshot | subnet | subnet-cidr-block-association | volume | vpc | vpc-cidr-block-association | vpc-endpoint | vpc-peering-connection | vpn-connection | vpn-gateway

describePrincipalIdFormat_nextToken :: Lens' DescribePrincipalIdFormat (Maybe Text) Source #

The token to request the next page of results.

describePrincipalIdFormat_dryRun :: Lens' DescribePrincipalIdFormat (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

describePrincipalIdFormat_maxResults :: Lens' DescribePrincipalIdFormat (Maybe Natural) Source #

The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value.

describePrincipalIdFormatResponse_nextToken :: Lens' DescribePrincipalIdFormatResponse (Maybe Text) Source #

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

DescribeTransitGateways

describeTransitGateways_filters :: Lens' DescribeTransitGateways (Maybe [Filter]) Source #

One or more filters. The possible values are:

  • options.propagation-default-route-table-id - The ID of the default propagation route table.
  • options.amazon-side-asn - The private ASN for the Amazon side of a BGP session.
  • options.association-default-route-table-id - The ID of the default association route table.
  • options.auto-accept-shared-attachments - Indicates whether there is automatic acceptance of attachment requests (enable | disable).
  • options.default-route-table-association - Indicates whether resource attachments are automatically associated with the default association route table (enable | disable).
  • options.default-route-table-propagation - Indicates whether resource attachments automatically propagate routes to the default propagation route table (enable | disable).
  • options.dns-support - Indicates whether DNS support is enabled (enable | disable).
  • options.vpn-ecmp-support - Indicates whether Equal Cost Multipath Protocol support is enabled (enable | disable).
  • owner-id - The ID of the Amazon Web Services account that owns the transit gateway.
  • state - The state of the transit gateway (available | deleted | deleting | modifying | pending).
  • transit-gateway-id - The ID of the transit gateway.

describeTransitGateways_dryRun :: Lens' DescribeTransitGateways (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

describeTransitGateways_maxResults :: Lens' DescribeTransitGateways (Maybe Natural) Source #

The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.

describeTransitGatewaysResponse_nextToken :: Lens' DescribeTransitGatewaysResponse (Maybe Text) Source #

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

DeleteNetworkAcl

deleteNetworkAcl_dryRun :: Lens' DeleteNetworkAcl (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

DisassociateTransitGatewayMulticastDomain

disassociateTransitGatewayMulticastDomain_dryRun :: Lens' DisassociateTransitGatewayMulticastDomain (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

DeleteTransitGatewayRouteTable

deleteTransitGatewayRouteTable_dryRun :: Lens' DeleteTransitGatewayRouteTable (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

DescribeSecurityGroupRules

describeSecurityGroupRules_filters :: Lens' DescribeSecurityGroupRules (Maybe [Filter]) Source #

One or more filters.

  • group-id - The ID of the security group.
  • security-group-rule-id - The ID of the security group rule.
  • tag:<key> - The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value. For example, to find all resources that have a tag with the key Owner and the value TeamA, specify tag:Owner for the filter name and TeamA for the filter value.

describeSecurityGroupRules_dryRun :: Lens' DescribeSecurityGroupRules (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

describeSecurityGroupRules_maxResults :: Lens' DescribeSecurityGroupRules (Maybe Natural) Source #

The maximum number of results to return in a single call. To retrieve the remaining results, make another request with the returned NextToken value. This value can be between 5 and 1000. If this parameter is not specified, then all results are returned.

describeSecurityGroupRulesResponse_nextToken :: Lens' DescribeSecurityGroupRulesResponse (Maybe Text) Source #

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

CreateLaunchTemplate

createLaunchTemplate_clientToken :: Lens' CreateLaunchTemplate (Maybe Text) Source #

Unique, case-sensitive identifier you provide to ensure the idempotency of the request. For more information, see Ensuring Idempotency.

Constraint: Maximum 128 ASCII characters.

createLaunchTemplate_versionDescription :: Lens' CreateLaunchTemplate (Maybe Text) Source #

A description for the first version of the launch template.

createLaunchTemplate_tagSpecifications :: Lens' CreateLaunchTemplate (Maybe [TagSpecification]) Source #

The tags to apply to the launch template during creation.

createLaunchTemplate_dryRun :: Lens' CreateLaunchTemplate (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

createLaunchTemplateResponse_warning :: Lens' CreateLaunchTemplateResponse (Maybe ValidationWarning) Source #

If the launch template contains parameters or parameter combinations that are not valid, an error code and an error message are returned for each issue that's found.

CreateVpcEndpointConnectionNotification

createVpcEndpointConnectionNotification_clientToken :: Lens' CreateVpcEndpointConnectionNotification (Maybe Text) Source #

Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to ensure idempotency.

createVpcEndpointConnectionNotification_dryRun :: Lens' CreateVpcEndpointConnectionNotification (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

createVpcEndpointConnectionNotification_connectionEvents :: Lens' CreateVpcEndpointConnectionNotification [Text] Source #

One or more endpoint events for which to receive notifications. Valid values are Accept, Connect, Delete, and Reject.

createVpcEndpointConnectionNotificationResponse_clientToken :: Lens' CreateVpcEndpointConnectionNotificationResponse (Maybe Text) Source #

Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.

DeleteNetworkInterfacePermission

deleteNetworkInterfacePermission_force :: Lens' DeleteNetworkInterfacePermission (Maybe Bool) Source #

Specify true to remove the permission even if the network interface is attached to an instance.

deleteNetworkInterfacePermission_dryRun :: Lens' DeleteNetworkInterfacePermission (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

deleteNetworkInterfacePermissionResponse_return :: Lens' DeleteNetworkInterfacePermissionResponse (Maybe Bool) Source #

Returns true if the request succeeds, otherwise returns an error.

DeleteVpnGateway

deleteVpnGateway_dryRun :: Lens' DeleteVpnGateway (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

deleteVpnGateway_vpnGatewayId :: Lens' DeleteVpnGateway Text Source #

The ID of the virtual private gateway.

CreateStoreImageTask

createStoreImageTask_s3ObjectTags :: Lens' CreateStoreImageTask (Maybe [S3ObjectTag]) Source #

The tags to apply to the AMI object that will be stored in the Amazon S3 bucket.

createStoreImageTask_dryRun :: Lens' CreateStoreImageTask (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

createStoreImageTask_bucket :: Lens' CreateStoreImageTask Text Source #

The name of the Amazon S3 bucket in which the AMI object will be stored. The bucket must be in the Region in which the request is being made. The AMI object appears in the bucket only after the upload task has completed.

createStoreImageTaskResponse_objectKey :: Lens' CreateStoreImageTaskResponse (Maybe Text) Source #

The name of the stored AMI object in the S3 bucket.

CreateTrafficMirrorTarget

createTrafficMirrorTarget_clientToken :: Lens' CreateTrafficMirrorTarget (Maybe Text) Source #

Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to ensure idempotency.

createTrafficMirrorTarget_networkInterfaceId :: Lens' CreateTrafficMirrorTarget (Maybe Text) Source #

The network interface ID that is associated with the target.

createTrafficMirrorTarget_networkLoadBalancerArn :: Lens' CreateTrafficMirrorTarget (Maybe Text) Source #

The Amazon Resource Name (ARN) of the Network Load Balancer that is associated with the target.

createTrafficMirrorTarget_description :: Lens' CreateTrafficMirrorTarget (Maybe Text) Source #

The description of the Traffic Mirror target.

createTrafficMirrorTarget_dryRun :: Lens' CreateTrafficMirrorTarget (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

createTrafficMirrorTargetResponse_clientToken :: Lens' CreateTrafficMirrorTargetResponse (Maybe Text) Source #

Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to ensure idempotency.

DescribeImportImageTasks

describeImportImageTasks_filters :: Lens' DescribeImportImageTasks (Maybe [Filter]) Source #

Filter tasks using the task-state filter and one of the following values: active, completed, deleting, or deleted.

describeImportImageTasks_nextToken :: Lens' DescribeImportImageTasks (Maybe Text) Source #

A token that indicates the next page of results.

describeImportImageTasks_dryRun :: Lens' DescribeImportImageTasks (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

describeImportImageTasks_maxResults :: Lens' DescribeImportImageTasks (Maybe Int) Source #

The maximum number of results to return in a single call.

describeImportImageTasksResponse_nextToken :: Lens' DescribeImportImageTasksResponse (Maybe Text) Source #

The token to use to get the next page of results. This value is null when there are no more results to return.

describeImportImageTasksResponse_importImageTasks :: Lens' DescribeImportImageTasksResponse (Maybe [ImportImageTask]) Source #

A list of zero or more import image tasks that are currently active or were completed or canceled in the previous 7 days.

DescribeVolumeAttribute

describeVolumeAttribute_dryRun :: Lens' DescribeVolumeAttribute (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

describeVolumeAttribute_attribute :: Lens' DescribeVolumeAttribute VolumeAttributeName Source #

The attribute of the volume. This parameter is required.

DescribeMovingAddresses

describeMovingAddresses_filters :: Lens' DescribeMovingAddresses (Maybe [Filter]) Source #

One or more filters.

  • moving-status - The status of the Elastic IP address (MovingToVpc | RestoringToClassic).

describeMovingAddresses_dryRun :: Lens' DescribeMovingAddresses (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

describeMovingAddresses_maxResults :: Lens' DescribeMovingAddresses (Maybe Natural) Source #

The maximum number of results to return for the request in a single page. The remaining results of the initial request can be seen by sending another request with the returned NextToken value. This value can be between 5 and 1000; if MaxResults is given a value outside of this range, an error is returned.

Default: If no value is provided, the default is 1000.

describeMovingAddressesResponse_nextToken :: Lens' DescribeMovingAddressesResponse (Maybe Text) Source #

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

ExportTransitGatewayRoutes

exportTransitGatewayRoutes_filters :: Lens' ExportTransitGatewayRoutes (Maybe [Filter]) Source #

One or more filters. The possible values are:

  • attachment.transit-gateway-attachment-id - The id of the transit gateway attachment.
  • attachment.resource-id - The resource id of the transit gateway attachment.
  • route-search.exact-match - The exact match of the specified filter.
  • route-search.longest-prefix-match - The longest prefix that matches the route.
  • route-search.subnet-of-match - The routes with a subnet that match the specified CIDR filter.
  • route-search.supernet-of-match - The routes with a CIDR that encompass the CIDR filter. For example, if you have 10.0.1.0/29 and 10.0.1.0/31 routes in your route table and you specify supernet-of-match as 10.0.1.0/30, then the result returns 10.0.1.0/29.
  • state - The state of the route (active | blackhole).
  • transit-gateway-route-destination-cidr-block - The CIDR range.
  • type - The type of route (propagated | static).

exportTransitGatewayRoutes_dryRun :: Lens' ExportTransitGatewayRoutes (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

exportTransitGatewayRoutesResponse_s3Location :: Lens' ExportTransitGatewayRoutesResponse (Maybe Text) Source #

The URL of the exported file in Amazon S3. For example, s3://bucket_name/VPCTransitGateway/TransitGatewayRouteTables/file_name.

GetPasswordData

getPasswordData_dryRun :: Lens' GetPasswordData (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

getPasswordData_instanceId :: Lens' GetPasswordData Text Source #

The ID of the Windows instance.

getPasswordDataResponse_passwordData :: Lens' GetPasswordDataResponse Text Source #

The password of the instance. Returns an empty string if the password is not available.

CreateVpc

createVpc_ipv6CidrBlock :: Lens' CreateVpc (Maybe Text) Source #

The IPv6 CIDR block from the IPv6 address pool. You must also specify Ipv6Pool in the request.

To let Amazon choose the IPv6 CIDR block for you, omit this parameter.

createVpc_ipv6CidrBlockNetworkBorderGroup :: Lens' CreateVpc (Maybe Text) Source #

The name of the location from which we advertise the IPV6 CIDR block. Use this parameter to limit the address to this location.

You must set AmazonProvidedIpv6CidrBlock to true to use this parameter.

createVpc_ipv6Pool :: Lens' CreateVpc (Maybe Text) Source #

The ID of an IPv6 address pool from which to allocate the IPv6 CIDR block.

createVpc_amazonProvidedIpv6CidrBlock :: Lens' CreateVpc (Maybe Bool) Source #

Requests an Amazon-provided IPv6 CIDR block with a /56 prefix length for the VPC. You cannot specify the range of IP addresses, or the size of the CIDR block.

createVpc_instanceTenancy :: Lens' CreateVpc (Maybe Tenancy) Source #

The tenancy options for instances launched into the VPC. For default, instances are launched with shared tenancy by default. You can launch instances with any tenancy into a shared tenancy VPC. For dedicated, instances are launched as dedicated tenancy instances by default. You can only launch instances with a tenancy of dedicated or host into a dedicated tenancy VPC.

Important: The host value cannot be used with this parameter. Use the default or dedicated values only.

Default: default

createVpc_dryRun :: Lens' CreateVpc (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

createVpc_cidrBlock :: Lens' CreateVpc Text Source #

The IPv4 network range for the VPC, in CIDR notation. For example, 10.0.0.0/16. We modify the specified CIDR block to its canonical form; for example, if you specify 100.68.0.18/18, we modify it to 100.68.0.0/18.

createVpcResponse_httpStatus :: Lens' CreateVpcResponse Int Source #

The response's http status code.

ModifyVpcPeeringConnectionOptions

modifyVpcPeeringConnectionOptions_dryRun :: Lens' ModifyVpcPeeringConnectionOptions (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

DescribeFpgaImages

describeFpgaImages_owners :: Lens' DescribeFpgaImages (Maybe [Text]) Source #

Filters the AFI by owner. Specify an Amazon Web Services account ID, self (owner is the sender of the request), or an Amazon Web Services owner alias (valid values are amazon | aws-marketplace).

describeFpgaImages_filters :: Lens' DescribeFpgaImages (Maybe [Filter]) Source #

The filters.

  • create-time - The creation time of the AFI.
  • fpga-image-id - The FPGA image identifier (AFI ID).
  • fpga-image-global-id - The global FPGA image identifier (AGFI ID).
  • name - The name of the AFI.
  • owner-id - The Amazon Web Services account ID of the AFI owner.
  • product-code - The product code.
  • shell-version - The version of the Amazon Web Services Shell that was used to create the bitstream.
  • state - The state of the AFI (pending | failed | available | unavailable).
  • tag:<key> - The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value. For example, to find all resources that have a tag with the key Owner and the value TeamA, specify tag:Owner for the filter name and TeamA for the filter value.
  • tag-key - The key of a tag assigned to the resource. Use this filter to find all resources assigned a tag with a specific key, regardless of the tag value.
  • update-time - The time of the most recent update.

describeFpgaImages_nextToken :: Lens' DescribeFpgaImages (Maybe Text) Source #

The token to retrieve the next page of results.

describeFpgaImages_dryRun :: Lens' DescribeFpgaImages (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

describeFpgaImages_maxResults :: Lens' DescribeFpgaImages (Maybe Natural) Source #

The maximum number of results to return in a single call.

describeFpgaImagesResponse_nextToken :: Lens' DescribeFpgaImagesResponse (Maybe Text) Source #

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

CopySnapshot

copySnapshot_destinationOutpostArn :: Lens' CopySnapshot (Maybe Text) Source #

The Amazon Resource Name (ARN) of the Outpost to which to copy the snapshot. Only specify this parameter when copying a snapshot from an Amazon Web Services Region to an Outpost. The snapshot must be in the Region for the destination Outpost. You cannot copy a snapshot from an Outpost to a Region, from one Outpost to another, or within the same Outpost.

For more information, see Copy snapshots from an Amazon Web Services Region to an Outpost in the Amazon Elastic Compute Cloud User Guide.

copySnapshot_presignedUrl :: Lens' CopySnapshot (Maybe Text) Source #

When you copy an encrypted source snapshot using the Amazon EC2 Query API, you must supply a pre-signed URL. This parameter is optional for unencrypted snapshots. For more information, see Query requests.

The PresignedUrl should use the snapshot source endpoint, the CopySnapshot action, and include the SourceRegion, SourceSnapshotId, and DestinationRegion parameters. The PresignedUrl must be signed using Amazon Web Services Signature Version 4. Because EBS snapshots are stored in Amazon S3, the signing algorithm for this parameter uses the same logic that is described in Authenticating Requests: Using Query Parameters (Amazon Web Services Signature Version 4) in the Amazon Simple Storage Service API Reference. An invalid or improperly signed PresignedUrl will cause the copy operation to fail asynchronously, and the snapshot will move to an error state.

copySnapshot_encrypted :: Lens' CopySnapshot (Maybe Bool) Source #

To encrypt a copy of an unencrypted snapshot if encryption by default is not enabled, enable encryption using this parameter. Otherwise, omit this parameter. Encrypted snapshots are encrypted, even if you omit this parameter and encryption by default is not enabled. You cannot set this parameter to false. For more information, see Amazon EBS encryption in the Amazon Elastic Compute Cloud User Guide.

copySnapshot_tagSpecifications :: Lens' CopySnapshot (Maybe [TagSpecification]) Source #

The tags to apply to the new snapshot.

copySnapshot_destinationRegion :: Lens' CopySnapshot (Maybe Text) Source #

The destination Region to use in the PresignedUrl parameter of a snapshot copy operation. This parameter is only valid for specifying the destination Region in a PresignedUrl parameter, where it is required.

The snapshot copy is sent to the regional endpoint that you sent the HTTP request to (for example, ec2.us-east-1.amazonaws.com). With the CLI, this is specified using the --region parameter or the default Region in your Amazon Web Services configuration file.

copySnapshot_kmsKeyId :: Lens' CopySnapshot (Maybe Text) Source #

The identifier of the Key Management Service (KMS) KMS key to use for Amazon EBS encryption. If this parameter is not specified, your KMS key for Amazon EBS is used. If KmsKeyId is specified, the encrypted state must be true.

You can specify the KMS key using any of the following:

  • Key ID. For example, 1234abcd-12ab-34cd-56ef-1234567890ab.
  • Key alias. For example, alias/ExampleAlias.
  • Key ARN. For example, arn:aws:kms:us-east-1:012345678910:key/1234abcd-12ab-34cd-56ef-1234567890ab.
  • Alias ARN. For example, arn:aws:kms:us-east-1:012345678910:alias/ExampleAlias.

Amazon Web Services authenticates the KMS key asynchronously. Therefore, if you specify an ID, alias, or ARN that is not valid, the action can appear to complete, but eventually fails.

copySnapshot_description :: Lens' CopySnapshot (Maybe Text) Source #

A description for the EBS snapshot.

copySnapshot_dryRun :: Lens' CopySnapshot (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

copySnapshot_sourceRegion :: Lens' CopySnapshot Text Source #

The ID of the Region that contains the snapshot to be copied.

copySnapshot_sourceSnapshotId :: Lens' CopySnapshot Text Source #

The ID of the EBS snapshot to copy.

copySnapshotResponse_tags :: Lens' CopySnapshotResponse (Maybe [Tag]) Source #

Any tags applied to the new snapshot.

AcceptTransitGatewayPeeringAttachment

acceptTransitGatewayPeeringAttachment_dryRun :: Lens' AcceptTransitGatewayPeeringAttachment (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

DisassociateAddress

disassociateAddress_associationId :: Lens' DisassociateAddress (Maybe Text) Source #

EC2-VPC
The association ID. Required for EC2-VPC.

disassociateAddress_publicIp :: Lens' DisassociateAddress (Maybe Text) Source #

EC2-Classic
The Elastic IP address. Required for EC2-Classic.

disassociateAddress_dryRun :: Lens' DisassociateAddress (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

ModifyTrafficMirrorFilterNetworkServices

modifyTrafficMirrorFilterNetworkServices_dryRun :: Lens' ModifyTrafficMirrorFilterNetworkServices (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

DescribeEgressOnlyInternetGateways

describeEgressOnlyInternetGateways_filters :: Lens' DescribeEgressOnlyInternetGateways (Maybe [Filter]) Source #

One or more filters.

  • tag:<key> - The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value. For example, to find all resources that have a tag with the key Owner and the value TeamA, specify tag:Owner for the filter name and TeamA for the filter value.
  • tag-key - The key of a tag assigned to the resource. Use this filter to find all resources assigned a tag with a specific key, regardless of the tag value.

describeEgressOnlyInternetGateways_dryRun :: Lens' DescribeEgressOnlyInternetGateways (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

describeEgressOnlyInternetGateways_maxResults :: Lens' DescribeEgressOnlyInternetGateways (Maybe Natural) Source #

The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.

describeEgressOnlyInternetGatewaysResponse_nextToken :: Lens' DescribeEgressOnlyInternetGatewaysResponse (Maybe Text) Source #

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

DeleteVpc

deleteVpc_dryRun :: Lens' DeleteVpc (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

CreateInstanceExportTask

createInstanceExportTask_tagSpecifications :: Lens' CreateInstanceExportTask (Maybe [TagSpecification]) Source #

The tags to apply to the export instance task during creation.

createInstanceExportTask_description :: Lens' CreateInstanceExportTask (Maybe Text) Source #

A description for the conversion task or the resource being exported. The maximum length is 255 characters.

RejectTransitGatewayVpcAttachment

rejectTransitGatewayVpcAttachment_dryRun :: Lens' RejectTransitGatewayVpcAttachment (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

DescribeTrafficMirrorSessions

describeTrafficMirrorSessions_filters :: Lens' DescribeTrafficMirrorSessions (Maybe [Filter]) Source #

One or more filters. The possible values are:

  • description: The Traffic Mirror session description.
  • network-interface-id: The ID of the Traffic Mirror session network interface.
  • owner-id: The ID of the account that owns the Traffic Mirror session.
  • packet-length: The assigned number of packets to mirror.
  • session-number: The assigned session number.
  • traffic-mirror-filter-id: The ID of the Traffic Mirror filter.
  • traffic-mirror-session-id: The ID of the Traffic Mirror session.
  • traffic-mirror-target-id: The ID of the Traffic Mirror target.
  • virtual-network-id: The virtual network ID of the Traffic Mirror session.

describeTrafficMirrorSessions_dryRun :: Lens' DescribeTrafficMirrorSessions (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

describeTrafficMirrorSessions_maxResults :: Lens' DescribeTrafficMirrorSessions (Maybe Natural) Source #

The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.

describeTrafficMirrorSessionsResponse_nextToken :: Lens' DescribeTrafficMirrorSessionsResponse (Maybe Text) Source #

The token to use to retrieve the next page of results. The value is null when there are no more results to return.

describeTrafficMirrorSessionsResponse_trafficMirrorSessions :: Lens' DescribeTrafficMirrorSessionsResponse (Maybe [TrafficMirrorSession]) Source #

Describes one or more Traffic Mirror sessions. By default, all Traffic Mirror sessions are described. Alternatively, you can filter the results.

GetTransitGatewayRouteTableAssociations

getTransitGatewayRouteTableAssociations_filters :: Lens' GetTransitGatewayRouteTableAssociations (Maybe [Filter]) Source #

One or more filters. The possible values are:

  • resource-id - The ID of the resource.
  • resource-type - The resource type. Valid values are vpc | vpn | direct-connect-gateway | peering | connect.
  • transit-gateway-attachment-id - The ID of the attachment.

getTransitGatewayRouteTableAssociations_dryRun :: Lens' GetTransitGatewayRouteTableAssociations (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

getTransitGatewayRouteTableAssociations_maxResults :: Lens' GetTransitGatewayRouteTableAssociations (Maybe Natural) Source #

The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.

getTransitGatewayRouteTableAssociationsResponse_nextToken :: Lens' GetTransitGatewayRouteTableAssociationsResponse (Maybe Text) Source #

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

AssociateVpcCidrBlock

associateVpcCidrBlock_ipv6CidrBlock :: Lens' AssociateVpcCidrBlock (Maybe Text) Source #

An IPv6 CIDR block from the IPv6 address pool. You must also specify Ipv6Pool in the request.

To let Amazon choose the IPv6 CIDR block for you, omit this parameter.

associateVpcCidrBlock_ipv6CidrBlockNetworkBorderGroup :: Lens' AssociateVpcCidrBlock (Maybe Text) Source #

The name of the location from which we advertise the IPV6 CIDR block. Use this parameter to limit the CIDR block to this location.

You must set AmazonProvidedIpv6CidrBlock to true to use this parameter.

You can have one IPv6 CIDR block association per network border group.

associateVpcCidrBlock_cidrBlock :: Lens' AssociateVpcCidrBlock (Maybe Text) Source #

An IPv4 CIDR block to associate with the VPC.

associateVpcCidrBlock_ipv6Pool :: Lens' AssociateVpcCidrBlock (Maybe Text) Source #

The ID of an IPv6 address pool from which to allocate the IPv6 CIDR block.

associateVpcCidrBlock_amazonProvidedIpv6CidrBlock :: Lens' AssociateVpcCidrBlock (Maybe Bool) Source #

Requests an Amazon-provided IPv6 CIDR block with a /56 prefix length for the VPC. You cannot specify the range of IPv6 addresses, or the size of the CIDR block.

DescribeVpcAttribute

describeVpcAttribute_dryRun :: Lens' DescribeVpcAttribute (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

describeVpcAttributeResponse_enableDnsHostnames :: Lens' DescribeVpcAttributeResponse (Maybe AttributeBooleanValue) Source #

Indicates whether the instances launched in the VPC get DNS hostnames. If this attribute is true, instances in the VPC get DNS hostnames; otherwise, they do not.

describeVpcAttributeResponse_enableDnsSupport :: Lens' DescribeVpcAttributeResponse (Maybe AttributeBooleanValue) Source #

Indicates whether DNS resolution is enabled for the VPC. If this attribute is true, the Amazon DNS server resolves DNS hostnames for your instances to their corresponding IP addresses; otherwise, it does not.

CreateVolume

createVolume_multiAttachEnabled :: Lens' CreateVolume (Maybe Bool) Source #

Indicates whether to enable Amazon EBS Multi-Attach. If you enable Multi-Attach, you can attach the volume to up to 16 Instances built on the Nitro System in the same Availability Zone. This parameter is supported with io1 and io2 volumes only. For more information, see Amazon EBS Multi-Attach in the Amazon Elastic Compute Cloud User Guide.

createVolume_clientToken :: Lens' CreateVolume (Maybe Text) Source #

Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see Ensure Idempotency.

createVolume_throughput :: Lens' CreateVolume (Maybe Int) Source #

The throughput to provision for a volume, with a maximum of 1,000 MiB/s.

This parameter is valid only for gp3 volumes.

Valid Range: Minimum value of 125. Maximum value of 1000.

createVolume_size :: Lens' CreateVolume (Maybe Int) Source #

The size of the volume, in GiBs. You must specify either a snapshot ID or a volume size. If you specify a snapshot, the default is the snapshot size. You can specify a volume size that is equal to or larger than the snapshot size.

The following are the supported volumes sizes for each volume type:

  • gp2 and gp3: 1-16,384
  • io1 and io2: 4-16,384
  • st1 and sc1: 125-16,384
  • standard: 1-1,024

createVolume_iops :: Lens' CreateVolume (Maybe Int) Source #

The number of I/O operations per second (IOPS). For gp3, io1, and io2 volumes, this represents the number of IOPS that are provisioned for the volume. For gp2 volumes, this represents the baseline performance of the volume and the rate at which the volume accumulates I/O credits for bursting.

The following are the supported values for each volume type:

  • gp3: 3,000-16,000 IOPS
  • io1: 100-64,000 IOPS
  • io2: 100-64,000 IOPS

io1 and io2 volumes support up to 64,000 IOPS only on Instances built on the Nitro System. Other instance families support performance up to 32,000 IOPS.

This parameter is required for io1 and io2 volumes. The default for gp3 volumes is 3,000 IOPS. This parameter is not supported for gp2, st1, sc1, or standard volumes.

createVolume_outpostArn :: Lens' CreateVolume (Maybe Text) Source #

The Amazon Resource Name (ARN) of the Outpost.

createVolume_encrypted :: Lens' CreateVolume (Maybe Bool) Source #

Indicates whether the volume should be encrypted. The effect of setting the encryption state to true depends on the volume origin (new or from a snapshot), starting encryption state, ownership, and whether encryption by default is enabled. For more information, see Encryption by default in the Amazon Elastic Compute Cloud User Guide.

Encrypted Amazon EBS volumes must be attached to instances that support Amazon EBS encryption. For more information, see Supported instance types.

createVolume_tagSpecifications :: Lens' CreateVolume (Maybe [TagSpecification]) Source #

The tags to apply to the volume during creation.

createVolume_kmsKeyId :: Lens' CreateVolume (Maybe Text) Source #

The identifier of the Key Management Service (KMS) KMS key to use for Amazon EBS encryption. If this parameter is not specified, your KMS key for Amazon EBS is used. If KmsKeyId is specified, the encrypted state must be true.

You can specify the KMS key using any of the following:

  • Key ID. For example, 1234abcd-12ab-34cd-56ef-1234567890ab.
  • Key alias. For example, alias/ExampleAlias.
  • Key ARN. For example, arn:aws:kms:us-east-1:012345678910:key/1234abcd-12ab-34cd-56ef-1234567890ab.
  • Alias ARN. For example, arn:aws:kms:us-east-1:012345678910:alias/ExampleAlias.

Amazon Web Services authenticates the KMS key asynchronously. Therefore, if you specify an ID, alias, or ARN that is not valid, the action can appear to complete, but eventually fails.

createVolume_volumeType :: Lens' CreateVolume (Maybe VolumeType) Source #

The volume type. This parameter can be one of the following values:

  • General Purpose SSD: gp2 | gp3
  • Provisioned IOPS SSD: io1 | io2
  • Throughput Optimized HDD: st1
  • Cold HDD: sc1
  • Magnetic: standard

For more information, see Amazon EBS volume types in the Amazon Elastic Compute Cloud User Guide.

Default: gp2

createVolume_dryRun :: Lens' CreateVolume (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

createVolume_snapshotId :: Lens' CreateVolume (Maybe Text) Source #

The snapshot from which to create the volume. You must specify either a snapshot ID or a volume size.

createVolume_availabilityZone :: Lens' CreateVolume Text Source #

The Availability Zone in which to create the volume.

volume_fastRestored :: Lens' Volume (Maybe Bool) Source #

Indicates whether the volume was created using fast snapshot restore.

volume_multiAttachEnabled :: Lens' Volume (Maybe Bool) Source #

Indicates whether Amazon EBS Multi-Attach is enabled.

volume_attachments :: Lens' Volume (Maybe [VolumeAttachment]) Source #

Information about the volume attachments.

volume_throughput :: Lens' Volume (Maybe Int) Source #

The throughput that the volume supports, in MiB/s.

volume_iops :: Lens' Volume (Maybe Int) Source #

The number of I/O operations per second (IOPS). For gp3, io1, and io2 volumes, this represents the number of IOPS that are provisioned for the volume. For gp2 volumes, this represents the baseline performance of the volume and the rate at which the volume accumulates I/O credits for bursting.

volume_outpostArn :: Lens' Volume (Maybe Text) Source #

The Amazon Resource Name (ARN) of the Outpost.

volume_kmsKeyId :: Lens' Volume (Maybe Text) Source #

The Amazon Resource Name (ARN) of the Key Management Service (KMS) KMS key that was used to protect the volume encryption key for the volume.

volume_tags :: Lens' Volume (Maybe [Tag]) Source #

Any tags assigned to the volume.

volume_availabilityZone :: Lens' Volume Text Source #

The Availability Zone for the volume.

volume_createTime :: Lens' Volume UTCTime Source #

The time stamp when volume creation was initiated.

volume_encrypted :: Lens' Volume Bool Source #

Indicates whether the volume is encrypted.

volume_size :: Lens' Volume Int Source #

The size of the volume, in GiBs.

volume_snapshotId :: Lens' Volume Text Source #

The snapshot from which the volume was created, if applicable.

volume_volumeId :: Lens' Volume Text Source #

The ID of the volume.

CreateDefaultSubnet

createDefaultSubnet_dryRun :: Lens' CreateDefaultSubnet (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

createDefaultSubnet_availabilityZone :: Lens' CreateDefaultSubnet Text Source #

The Availability Zone in which to create the default subnet.

DescribeScheduledInstanceAvailability

describeScheduledInstanceAvailability_minSlotDurationInHours :: Lens' DescribeScheduledInstanceAvailability (Maybe Int) Source #

The minimum available duration, in hours. The minimum required duration is 1,200 hours per year. For example, the minimum daily schedule is 4 hours, the minimum weekly schedule is 24 hours, and the minimum monthly schedule is 100 hours.

describeScheduledInstanceAvailability_filters :: Lens' DescribeScheduledInstanceAvailability (Maybe [Filter]) Source #

The filters.

  • availability-zone - The Availability Zone (for example, us-west-2a).
  • instance-type - The instance type (for example, c4.large).
  • network-platform - The network platform (EC2-Classic or EC2-VPC).
  • platform - The platform (Linux/UNIX or Windows).

describeScheduledInstanceAvailability_maxSlotDurationInHours :: Lens' DescribeScheduledInstanceAvailability (Maybe Int) Source #

The maximum available duration, in hours. This value must be greater than MinSlotDurationInHours and less than 1,720.

describeScheduledInstanceAvailability_dryRun :: Lens' DescribeScheduledInstanceAvailability (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

describeScheduledInstanceAvailability_maxResults :: Lens' DescribeScheduledInstanceAvailability (Maybe Natural) Source #

The maximum number of results to return in a single call. This value can be between 5 and 300. The default value is 300. To retrieve the remaining results, make another call with the returned NextToken value.

describeScheduledInstanceAvailabilityResponse_nextToken :: Lens' DescribeScheduledInstanceAvailabilityResponse (Maybe Text) Source #

The token required to retrieve the next set of results. This value is null when there are no more results to return.

DisassociateClientVpnTargetNetwork

disassociateClientVpnTargetNetwork_dryRun :: Lens' DisassociateClientVpnTargetNetwork (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

disassociateClientVpnTargetNetwork_clientVpnEndpointId :: Lens' DisassociateClientVpnTargetNetwork Text Source #

The ID of the Client VPN endpoint from which to disassociate the target network.

CreateClientVpnRoute

createClientVpnRoute_clientToken :: Lens' CreateClientVpnRoute (Maybe Text) Source #

Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to ensure idempotency.

createClientVpnRoute_dryRun :: Lens' CreateClientVpnRoute (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

createClientVpnRoute_clientVpnEndpointId :: Lens' CreateClientVpnRoute Text Source #

The ID of the Client VPN endpoint to which to add the route.

createClientVpnRoute_destinationCidrBlock :: Lens' CreateClientVpnRoute Text Source #

The IPv4 address range, in CIDR notation, of the route destination. For example:

  • To add a route for Internet access, enter 0.0.0.0/0
  • To add a route for a peered VPC, enter the peered VPC's IPv4 CIDR range
  • To add a route for an on-premises network, enter the Amazon Web Services Site-to-Site VPN connection's IPv4 CIDR range
  • To add a route for the local network, enter the client CIDR range

createClientVpnRoute_targetVpcSubnetId :: Lens' CreateClientVpnRoute Text Source #

The ID of the subnet through which you want to route traffic. The specified subnet must be an existing target network of the Client VPN endpoint.

Alternatively, if you're adding a route for the local network, specify local.

ModifyVolumeAttribute

modifyVolumeAttribute_autoEnableIO :: Lens' ModifyVolumeAttribute (Maybe AttributeBooleanValue) Source #

Indicates whether the volume should be auto-enabled for I/O operations.

modifyVolumeAttribute_dryRun :: Lens' ModifyVolumeAttribute (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

ExportClientVpnClientConfiguration

exportClientVpnClientConfiguration_dryRun :: Lens' ExportClientVpnClientConfiguration (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

DescribeTrunkInterfaceAssociations

describeTrunkInterfaceAssociations_filters :: Lens' DescribeTrunkInterfaceAssociations (Maybe [Filter]) Source #

One or more filters.

  • gre-key - The ID of a trunk interface association.
  • interface-protocol - The interface protocol. Valid values are VLAN and GRE.

describeTrunkInterfaceAssociations_dryRun :: Lens' DescribeTrunkInterfaceAssociations (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

describeTrunkInterfaceAssociations_maxResults :: Lens' DescribeTrunkInterfaceAssociations (Maybe Natural) Source #

The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.

describeTrunkInterfaceAssociationsResponse_nextToken :: Lens' DescribeTrunkInterfaceAssociationsResponse (Maybe Text) Source #

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

DeleteTrafficMirrorTarget

deleteTrafficMirrorTarget_dryRun :: Lens' DeleteTrafficMirrorTarget (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

DescribeSpotDatafeedSubscription

describeSpotDatafeedSubscription_dryRun :: Lens' DescribeSpotDatafeedSubscription (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

DescribeLocalGatewayRouteTables

describeLocalGatewayRouteTables_filters :: Lens' DescribeLocalGatewayRouteTables (Maybe [Filter]) Source #

One or more filters.

  • local-gateway-id - The ID of a local gateway.
  • local-gateway-route-table-id - The ID of a local gateway route table.
  • outpost-arn - The Amazon Resource Name (ARN) of the Outpost.
  • state - The state of the local gateway route table.

describeLocalGatewayRouteTables_dryRun :: Lens' DescribeLocalGatewayRouteTables (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

describeLocalGatewayRouteTables_maxResults :: Lens' DescribeLocalGatewayRouteTables (Maybe Natural) Source #

The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.

describeLocalGatewayRouteTablesResponse_nextToken :: Lens' DescribeLocalGatewayRouteTablesResponse (Maybe Text) Source #

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

DescribePrefixLists

describePrefixLists_filters :: Lens' DescribePrefixLists (Maybe [Filter]) Source #

One or more filters.

  • prefix-list-id: The ID of a prefix list.
  • prefix-list-name: The name of a prefix list.

describePrefixLists_nextToken :: Lens' DescribePrefixLists (Maybe Text) Source #

The token for the next page of results.

describePrefixLists_dryRun :: Lens' DescribePrefixLists (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

describePrefixLists_maxResults :: Lens' DescribePrefixLists (Maybe Int) Source #

The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.

describePrefixListsResponse_nextToken :: Lens' DescribePrefixListsResponse (Maybe Text) Source #

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

AssociateTransitGatewayRouteTable

associateTransitGatewayRouteTable_dryRun :: Lens' AssociateTransitGatewayRouteTable (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

DeletePlacementGroup

deletePlacementGroup_dryRun :: Lens' DeletePlacementGroup (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

ModifyTransitGateway

modifyTransitGateway_description :: Lens' ModifyTransitGateway (Maybe Text) Source #

The description for the transit gateway.

modifyTransitGateway_dryRun :: Lens' ModifyTransitGateway (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

DeleteTransitGatewayPrefixListReference

deleteTransitGatewayPrefixListReference_dryRun :: Lens' DeleteTransitGatewayPrefixListReference (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

CreateTransitGatewayMulticastDomain

createTransitGatewayMulticastDomain_dryRun :: Lens' CreateTransitGatewayMulticastDomain (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

DeregisterInstanceEventNotificationAttributes

deregisterInstanceEventNotificationAttributes_dryRun :: Lens' DeregisterInstanceEventNotificationAttributes (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

RequestSpotFleet

requestSpotFleet_dryRun :: Lens' RequestSpotFleet (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

DeleteNetworkInsightsPath

deleteNetworkInsightsPath_dryRun :: Lens' DeleteNetworkInsightsPath (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

DescribeTransitGatewayConnects

describeTransitGatewayConnects_filters :: Lens' DescribeTransitGatewayConnects (Maybe [Filter]) Source #

One or more filters. The possible values are:

  • options.protocol - The tunnel protocol (gre).
  • state - The state of the attachment (initiating | initiatingRequest | pendingAcceptance | rollingBack | pending | available | modifying | deleting | deleted | failed | rejected | rejecting | failing).
  • transit-gateway-attachment-id - The ID of the Connect attachment.
  • transit-gateway-id - The ID of the transit gateway.
  • transport-transit-gateway-attachment-id - The ID of the transit gateway attachment from which the Connect attachment was created.

describeTransitGatewayConnects_dryRun :: Lens' DescribeTransitGatewayConnects (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

describeTransitGatewayConnects_maxResults :: Lens' DescribeTransitGatewayConnects (Maybe Natural) Source #

The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.

describeTransitGatewayConnectsResponse_nextToken :: Lens' DescribeTransitGatewayConnectsResponse (Maybe Text) Source #

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

DeleteTransitGatewayRoute

deleteTransitGatewayRoute_dryRun :: Lens' DeleteTransitGatewayRoute (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

deleteTransitGatewayRoute_destinationCidrBlock :: Lens' DeleteTransitGatewayRoute Text Source #

The CIDR range for the route. This must match the CIDR for the route exactly.

CreateTransitGatewayConnectPeer

createTransitGatewayConnectPeer_transitGatewayAddress :: Lens' CreateTransitGatewayConnectPeer (Maybe Text) Source #

The peer IP address (GRE outer IP address) on the transit gateway side of the Connect peer, which must be specified from a transit gateway CIDR block. If not specified, Amazon automatically assigns the first available IP address from the transit gateway CIDR block.

createTransitGatewayConnectPeer_dryRun :: Lens' CreateTransitGatewayConnectPeer (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

createTransitGatewayConnectPeer_peerAddress :: Lens' CreateTransitGatewayConnectPeer Text Source #

The peer IP address (GRE outer IP address) on the appliance side of the Connect peer.

createTransitGatewayConnectPeer_insideCidrBlocks :: Lens' CreateTransitGatewayConnectPeer [Text] Source #

The range of inside IP addresses that are used for BGP peering. You must specify a size /29 IPv4 CIDR block from the 169.254.0.0/16 range. The first address from the range must be configured on the appliance as the BGP IP address. You can also optionally specify a size /125 IPv6 CIDR block from the fd00::/8 range.

DisableEbsEncryptionByDefault

disableEbsEncryptionByDefault_dryRun :: Lens' DisableEbsEncryptionByDefault (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

DeregisterTransitGatewayMulticastGroupMembers

deregisterTransitGatewayMulticastGroupMembers_dryRun :: Lens' DeregisterTransitGatewayMulticastGroupMembers (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

AssociateTrunkInterface

associateTrunkInterface_clientToken :: Lens' AssociateTrunkInterface (Maybe Text) Source #

Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to Ensure Idempotency.

associateTrunkInterface_greKey :: Lens' AssociateTrunkInterface (Maybe Int) Source #

The application key. This applies to the GRE protocol.

associateTrunkInterface_vlanId :: Lens' AssociateTrunkInterface (Maybe Int) Source #

The ID of the VLAN. This applies to the VLAN protocol.

associateTrunkInterface_dryRun :: Lens' AssociateTrunkInterface (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

associateTrunkInterfaceResponse_clientToken :: Lens' AssociateTrunkInterfaceResponse (Maybe Text) Source #

Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to Ensure Idempotency.

associateTrunkInterfaceResponse_interfaceAssociation :: Lens' AssociateTrunkInterfaceResponse (Maybe TrunkInterfaceAssociation) Source #

Information about the association between the trunk network interface and branch network interface.

CreateSubnet

createSubnet_ipv6CidrBlock :: Lens' CreateSubnet (Maybe Text) Source #

The IPv6 network range for the subnet, in CIDR notation. The subnet size must use a /64 prefix length.

createSubnet_availabilityZoneId :: Lens' CreateSubnet (Maybe Text) Source #

The AZ ID or the Local Zone ID of the subnet.

createSubnet_outpostArn :: Lens' CreateSubnet (Maybe Text) Source #

The Amazon Resource Name (ARN) of the Outpost. If you specify an Outpost ARN, you must also specify the Availability Zone of the Outpost subnet.

createSubnet_availabilityZone :: Lens' CreateSubnet (Maybe Text) Source #

The Availability Zone or Local Zone for the subnet.

Default: Amazon Web Services selects one for you. If you create more than one subnet in your VPC, we do not necessarily select a different zone for each subnet.

To create a subnet in a Local Zone, set this value to the Local Zone ID, for example us-west-2-lax-1a. For information about the Regions that support Local Zones, see Available Regions in the Amazon Elastic Compute Cloud User Guide.

To create a subnet in an Outpost, set this value to the Availability Zone for the Outpost and specify the Outpost ARN.

createSubnet_dryRun :: Lens' CreateSubnet (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

createSubnet_cidrBlock :: Lens' CreateSubnet Text Source #

The IPv4 network range for the subnet, in CIDR notation. For example, 10.0.0.0/24. We modify the specified CIDR block to its canonical form; for example, if you specify 100.68.0.18/18, we modify it to 100.68.0.0/18.

CreateNetworkInterface

createNetworkInterface_groups :: Lens' CreateNetworkInterface (Maybe [Text]) Source #

The IDs of one or more security groups.

createNetworkInterface_clientToken :: Lens' CreateNetworkInterface (Maybe Text) Source #

Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see Ensuring Idempotency.

createNetworkInterface_ipv4Prefixes :: Lens' CreateNetworkInterface (Maybe [Ipv4PrefixSpecificationRequest]) Source #

One or more IPv4 prefixes assigned to the network interface. You cannot use this option if you use the Ipv4PrefixCount option.

createNetworkInterface_interfaceType :: Lens' CreateNetworkInterface (Maybe NetworkInterfaceCreationType) Source #

Indicates the type of network interface. To create an Elastic Fabric Adapter (EFA), specify efa. For more information, see Elastic Fabric Adapter in the Amazon Elastic Compute Cloud User Guide. To create a trunk network interface, specify efa. For more information, see Network interface trunking in the Amazon Elastic Compute Cloud User Guide.

createNetworkInterface_ipv4PrefixCount :: Lens' CreateNetworkInterface (Maybe Int) Source #

The number of IPv4 prefixes that Amazon Web Services automatically assigns to the network interface. You cannot use this option if you use the Ipv4 Prefixes option.

createNetworkInterface_ipv6AddressCount :: Lens' CreateNetworkInterface (Maybe Int) Source #

The number of IPv6 addresses to assign to a network interface. Amazon EC2 automatically selects the IPv6 addresses from the subnet range. You can't use this option if specifying specific IPv6 addresses. If your subnet has the AssignIpv6AddressOnCreation attribute set to true, you can specify 0 to override this setting.

createNetworkInterface_ipv6Prefixes :: Lens' CreateNetworkInterface (Maybe [Ipv6PrefixSpecificationRequest]) Source #

One or more IPv6 prefixes assigned to the network interface. You cannot use this option if you use the Ipv6PrefixCount option.

createNetworkInterface_privateIpAddress :: Lens' CreateNetworkInterface (Maybe Text) Source #

The primary private IPv4 address of the network interface. If you don't specify an IPv4 address, Amazon EC2 selects one for you from the subnet's IPv4 CIDR range. If you specify an IP address, you cannot indicate any IP addresses specified in privateIpAddresses as primary (only one IP address can be designated as primary).

createNetworkInterface_ipv6PrefixCount :: Lens' CreateNetworkInterface (Maybe Int) Source #

The number of IPv6 prefixes that Amazon Web Services automatically assigns to the network interface. You cannot use this option if you use the Ipv6Prefixes option.

createNetworkInterface_secondaryPrivateIpAddressCount :: Lens' CreateNetworkInterface (Maybe Int) Source #

The number of secondary private IPv4 addresses to assign to a network interface. When you specify a number of secondary IPv4 addresses, Amazon EC2 selects these IP addresses within the subnet's IPv4 CIDR range. You can't specify this option and specify more than one private IP address using privateIpAddresses.

The number of IP addresses you can assign to a network interface varies by instance type. For more information, see IP Addresses Per ENI Per Instance Type in the Amazon Virtual Private Cloud User Guide.

createNetworkInterface_dryRun :: Lens' CreateNetworkInterface (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

createNetworkInterface_ipv6Addresses :: Lens' CreateNetworkInterface (Maybe [InstanceIpv6Address]) Source #

One or more specific IPv6 addresses from the IPv6 CIDR block range of your subnet. You can't use this option if you're specifying a number of IPv6 addresses.

createNetworkInterface_subnetId :: Lens' CreateNetworkInterface Text Source #

The ID of the subnet to associate with the network interface.

createNetworkInterfaceResponse_clientToken :: Lens' CreateNetworkInterfaceResponse (Maybe Text) Source #

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

DescribeSecurityGroups

describeSecurityGroups_filters :: Lens' DescribeSecurityGroups (Maybe [Filter]) Source #

The filters. If using multiple filters for rules, the results include security groups for which any combination of rules - not necessarily a single rule - match all filters.

  • description - The description of the security group.
  • egress.ip-permission.cidr - An IPv4 CIDR block for an outbound security group rule.
  • egress.ip-permission.from-port - For an outbound rule, the start of port range for the TCP and UDP protocols, or an ICMP type number.
  • egress.ip-permission.group-id - The ID of a security group that has been referenced in an outbound security group rule.
  • egress.ip-permission.group-name - The name of a security group that is referenced in an outbound security group rule.
  • egress.ip-permission.ipv6-cidr - An IPv6 CIDR block for an outbound security group rule.
  • egress.ip-permission.prefix-list-id - The ID of a prefix list to which a security group rule allows outbound access.
  • egress.ip-permission.protocol - The IP protocol for an outbound security group rule (tcp | udp | icmp, a protocol number, or
  • 1 for all protocols).
  • egress.ip-permission.to-port - For an outbound rule, the end of port range for the TCP and UDP protocols, or an ICMP code.
  • egress.ip-permission.user-id - The ID of an Amazon Web Services account that has been referenced in an outbound security group rule.
  • group-id - The ID of the security group.
  • group-name - The name of the security group.
  • ip-permission.cidr - An IPv4 CIDR block for an inbound security group rule.
  • ip-permission.from-port - For an inbound rule, the start of port range for the TCP and UDP protocols, or an ICMP type number.
  • ip-permission.group-id - The ID of a security group that has been referenced in an inbound security group rule.
  • ip-permission.group-name - The name of a security group that is referenced in an inbound security group rule.
  • ip-permission.ipv6-cidr - An IPv6 CIDR block for an inbound security group rule.
  • ip-permission.prefix-list-id - The ID of a prefix list from which a security group rule allows inbound access.
  • ip-permission.protocol - The IP protocol for an inbound security group rule (tcp | udp | icmp, a protocol number, or -1 for all protocols).
  • ip-permission.to-port - For an inbound rule, the end of port range for the TCP and UDP protocols, or an ICMP code.
  • ip-permission.user-id - The ID of an Amazon Web Services account that has been referenced in an inbound security group rule.
  • owner-id - The Amazon Web Services account ID of the owner of the security group.
  • tag:<key> - The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value. For example, to find all resources that have a tag with the key Owner and the value TeamA, specify tag:Owner for the filter name and TeamA for the filter value.
  • tag-key - The key of a tag assigned to the resource. Use this filter to find all resources assigned a tag with a specific key, regardless of the tag value.
  • vpc-id - The ID of the VPC specified when the security group was created.

describeSecurityGroups_groupNames :: Lens' DescribeSecurityGroups (Maybe [Text]) Source #

EC2-Classic and default VPC only
The names of the security groups. You can specify either the security group name or the security group ID. For security groups in a nondefault VPC, use the group-name filter to describe security groups by name.

Default: Describes all of your security groups.

describeSecurityGroups_groupIds :: Lens' DescribeSecurityGroups (Maybe [Text]) Source #

The IDs of the security groups. Required for security groups in a nondefault VPC.

Default: Describes all of your security groups.

describeSecurityGroups_nextToken :: Lens' DescribeSecurityGroups (Maybe Text) Source #

The token to request the next page of results.

describeSecurityGroups_dryRun :: Lens' DescribeSecurityGroups (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

describeSecurityGroups_maxResults :: Lens' DescribeSecurityGroups (Maybe Natural) Source #

The maximum number of results to return in a single call. To retrieve the remaining results, make another request with the returned NextToken value. This value can be between 5 and 1000. If this parameter is not specified, then all results are returned.

describeSecurityGroupsResponse_nextToken :: Lens' DescribeSecurityGroupsResponse (Maybe Text) Source #

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

GetCapacityReservationUsage

getCapacityReservationUsage_nextToken :: Lens' GetCapacityReservationUsage (Maybe Text) Source #

The token to use to retrieve the next page of results.

getCapacityReservationUsage_dryRun :: Lens' GetCapacityReservationUsage (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

getCapacityReservationUsage_maxResults :: Lens' GetCapacityReservationUsage (Maybe Natural) Source #

The maximum number of results to return for the request in a single page. The remaining results can be seen by sending another request with the returned nextToken value. This value can be between 5 and 500. If maxResults is given a larger value than 500, you receive an error.

Valid range: Minimum value of 1. Maximum value of 1000.

getCapacityReservationUsageResponse_state :: Lens' GetCapacityReservationUsageResponse (Maybe CapacityReservationState) Source #

The current state of the Capacity Reservation. A Capacity Reservation can be in one of the following states:

  • active - The Capacity Reservation is active and the capacity is available for your use.
  • expired - The Capacity Reservation expired automatically at the date and time specified in your request. The reserved capacity is no longer available for your use.
  • cancelled - The Capacity Reservation was cancelled. The reserved capacity is no longer available for your use.
  • pending - The Capacity Reservation request was successful but the capacity provisioning is still pending.
  • failed - The Capacity Reservation request has failed. A request might fail due to invalid request parameters, capacity constraints, or instance limit constraints. Failed requests are retained for 60 minutes.

getCapacityReservationUsageResponse_availableInstanceCount :: Lens' GetCapacityReservationUsageResponse (Maybe Int) Source #

The remaining capacity. Indicates the number of instances that can be launched in the Capacity Reservation.

getCapacityReservationUsageResponse_instanceType :: Lens' GetCapacityReservationUsageResponse (Maybe Text) Source #

The type of instance for which the Capacity Reservation reserves capacity.

getCapacityReservationUsageResponse_nextToken :: Lens' GetCapacityReservationUsageResponse (Maybe Text) Source #

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

getCapacityReservationUsageResponse_totalInstanceCount :: Lens' GetCapacityReservationUsageResponse (Maybe Int) Source #

The number of instances for which the Capacity Reservation reserves capacity.

CreateTransitGatewayVpcAttachment

createTransitGatewayVpcAttachment_dryRun :: Lens' CreateTransitGatewayVpcAttachment (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

createTransitGatewayVpcAttachment_subnetIds :: Lens' CreateTransitGatewayVpcAttachment [Text] Source #

The IDs of one or more subnets. You can specify only one subnet per Availability Zone. You must specify at least one subnet, but we recommend that you specify two subnets for better availability. The transit gateway uses one IP address from each specified subnet.

DescribeExportTasks

describeExportTasks_filters :: Lens' DescribeExportTasks (Maybe [Filter]) Source #

the filters for the export tasks.

ModifySpotFleetRequest

modifySpotFleetRequest_excessCapacityTerminationPolicy :: Lens' ModifySpotFleetRequest (Maybe ExcessCapacityTerminationPolicy) Source #

Indicates whether running Spot Instances should be terminated if the target capacity of the Spot Fleet request is decreased below the current size of the Spot Fleet.

modifySpotFleetRequest_onDemandTargetCapacity :: Lens' ModifySpotFleetRequest (Maybe Int) Source #

The number of On-Demand Instances in the fleet.

modifySpotFleetRequest_launchTemplateConfigs :: Lens' ModifySpotFleetRequest (Maybe [LaunchTemplateConfig]) Source #

The launch template and overrides. You can only use this parameter if you specified a launch template (LaunchTemplateConfigs) in your Spot Fleet request. If you specified LaunchSpecifications in your Spot Fleet request, then omit this parameter.

modifySpotFleetRequestResponse_return :: Lens' ModifySpotFleetRequestResponse (Maybe Bool) Source #

Is true if the request succeeds, and an error otherwise.

DetachVpnGateway

detachVpnGateway_dryRun :: Lens' DetachVpnGateway (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

detachVpnGateway_vpnGatewayId :: Lens' DetachVpnGateway Text Source #

The ID of the virtual private gateway.

ModifyManagedPrefixList

modifyManagedPrefixList_maxEntries :: Lens' ModifyManagedPrefixList (Maybe Int) Source #

The maximum number of entries for the prefix list. You cannot modify the entries of a prefix list and modify the size of a prefix list at the same time.

If any of the resources that reference the prefix list cannot support the new maximum size, the modify operation fails. Check the state message for the IDs of the first ten resources that do not support the new maximum size.

modifyManagedPrefixList_dryRun :: Lens' ModifyManagedPrefixList (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

GetHostReservationPurchasePreview

getHostReservationPurchasePreview_hostIdSet :: Lens' GetHostReservationPurchasePreview [Text] Source #

The IDs of the Dedicated Hosts with which the reservation is associated.

getHostReservationPurchasePreviewResponse_currencyCode :: Lens' GetHostReservationPurchasePreviewResponse (Maybe CurrencyCodeValues) Source #

The currency in which the totalUpfrontPrice and totalHourlyPrice amounts are specified. At this time, the only supported currency is USD.

getHostReservationPurchasePreviewResponse_purchase :: Lens' GetHostReservationPurchasePreviewResponse (Maybe [Purchase]) Source #

The purchase information of the Dedicated Host reservation and the Dedicated Hosts associated with it.

EnableVolumeIO

enableVolumeIO_dryRun :: Lens' EnableVolumeIO (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

DescribeInstances

describeInstances_filters :: Lens' DescribeInstances (Maybe [Filter]) Source #

The filters.

  • affinity - The affinity setting for an instance running on a Dedicated Host (default | host).
  • architecture - The instance architecture (i386 | x86_64 | arm64).
  • availability-zone - The Availability Zone of the instance.
  • block-device-mapping.attach-time - The attach time for an EBS volume mapped to the instance, for example, 2010-09-15T17:15:20.000Z.
  • block-device-mapping.delete-on-termination - A Boolean that indicates whether the EBS volume is deleted on instance termination.
  • block-device-mapping.device-name - The device name specified in the block device mapping (for example, /dev/sdh or xvdh).
  • block-device-mapping.status - The status for the EBS volume (attaching | attached | detaching | detached).
  • block-device-mapping.volume-id - The volume ID of the EBS volume.
  • client-token - The idempotency token you provided when you launched the instance.
  • dns-name - The public DNS name of the instance.
  • group-id - The ID of the security group for the instance. EC2-Classic only.
  • group-name - The name of the security group for the instance. EC2-Classic only.
  • hibernation-options.configured - A Boolean that indicates whether the instance is enabled for hibernation. A value of true means that the instance is enabled for hibernation.
  • host-id - The ID of the Dedicated Host on which the instance is running, if applicable.
  • hypervisor - The hypervisor type of the instance (ovm | xen). The value xen is used for both Xen and Nitro hypervisors.
  • iam-instance-profile.arn - The instance profile associated with the instance. Specified as an ARN.
  • image-id - The ID of the image used to launch the instance.
  • instance-id - The ID of the instance.
  • instance-lifecycle - Indicates whether this is a Spot Instance or a Scheduled Instance (spot | scheduled).
  • instance-state-code - The state of the instance, as a 16-bit unsigned integer. The high byte is used for internal purposes and should be ignored. The low byte is set based on the state represented. The valid values are: 0 (pending), 16 (running), 32 (shutting-down), 48 (terminated), 64 (stopping), and 80 (stopped).
  • instance-state-name - The state of the instance (pending | running | shutting-down | terminated | stopping | stopped).
  • instance-type - The type of instance (for example, t2.micro).
  • instance.group-id - The ID of the security group for the instance.
  • instance.group-name - The name of the security group for the instance.
  • ip-address - The public IPv4 address of the instance.
  • kernel-id - The kernel ID.
  • key-name - The name of the key pair used when the instance was launched.
  • launch-index - When launching multiple instances, this is the index for the instance in the launch group (for example, 0, 1, 2, and so on).
  • launch-time - The time when the instance was launched.
  • metadata-options.http-tokens - The metadata request authorization state (optional | required)
  • metadata-options.http-put-response-hop-limit - The http metadata request put response hop limit (integer, possible values 1 to 64)
  • metadata-options.http-endpoint - Enable or disable metadata access on http endpoint (enabled | disabled)
  • monitoring-state - Indicates whether detailed monitoring is enabled (disabled | enabled).
  • network-interface.addresses.private-ip-address - The private IPv4 address associated with the network interface.
  • network-interface.addresses.primary - Specifies whether the IPv4 address of the network interface is the primary private IPv4 address.
  • network-interface.addresses.association.public-ip - The ID of the association of an Elastic IP address (IPv4) with a network interface.
  • network-interface.addresses.association.ip-owner-id - The owner ID of the private IPv4 address associated with the network interface.
  • network-interface.association.public-ip - The address of the Elastic IP address (IPv4) bound to the network interface.
  • network-interface.association.ip-owner-id - The owner of the Elastic IP address (IPv4) associated with the network interface.
  • network-interface.association.allocation-id - The allocation ID returned when you allocated the Elastic IP address (IPv4) for your network interface.
  • network-interface.association.association-id - The association ID returned when the network interface was associated with an IPv4 address.
  • network-interface.attachment.attachment-id - The ID of the interface attachment.
  • network-interface.attachment.instance-id - The ID of the instance to which the network interface is attached.
  • network-interface.attachment.instance-owner-id - The owner ID of the instance to which the network interface is attached.
  • network-interface.attachment.device-index - The device index to which the network interface is attached.
  • network-interface.attachment.status - The status of the attachment (attaching | attached | detaching | detached).
  • network-interface.attachment.attach-time - The time that the network interface was attached to an instance.
  • network-interface.attachment.delete-on-termination - Specifies whether the attachment is deleted when an instance is terminated.
  • network-interface.availability-zone - The Availability Zone for the network interface.
  • network-interface.description - The description of the network interface.
  • network-interface.group-id - The ID of a security group associated with the network interface.
  • network-interface.group-name - The name of a security group associated with the network interface.
  • network-interface.ipv6-addresses.ipv6-address - The IPv6 address associated with the network interface.
  • network-interface.mac-address - The MAC address of the network interface.
  • network-interface.network-interface-id - The ID of the network interface.
  • network-interface.owner-id - The ID of the owner of the network interface.
  • network-interface.private-dns-name - The private DNS name of the network interface.
  • network-interface.requester-id - The requester ID for the network interface.
  • network-interface.requester-managed - Indicates whether the network interface is being managed by Amazon Web Services.
  • network-interface.status - The status of the network interface (available) | in-use).
  • network-interface.source-dest-check - Whether the network interface performs source/destination checking. A value of true means that checking is enabled, and false means that checking is disabled. The value must be false for the network interface to perform network address translation (NAT) in your VPC.
  • network-interface.subnet-id - The ID of the subnet for the network interface.
  • network-interface.vpc-id - The ID of the VPC for the network interface.
  • outpost-arn - The Amazon Resource Name (ARN) of the Outpost.
  • owner-id - The Amazon Web Services account ID of the instance owner.
  • placement-group-name - The name of the placement group for the instance.
  • placement-partition-number - The partition in which the instance is located.
  • platform - The platform. To list only Windows instances, use windows.
  • private-dns-name - The private IPv4 DNS name of the instance.
  • private-ip-address - The private IPv4 address of the instance.
  • product-code - The product code associated with the AMI used to launch the instance.
  • product-code.type - The type of product code (devpay | marketplace).
  • ramdisk-id - The RAM disk ID.
  • reason - The reason for the current state of the instance (for example, shows "User Initiated [date]" when you stop or terminate the instance). Similar to the state-reason-code filter.
  • requester-id - The ID of the entity that launched the instance on your behalf (for example, Amazon Web Services Management Console, Auto Scaling, and so on).
  • reservation-id - The ID of the instance's reservation. A reservation ID is created any time you launch an instance. A reservation ID has a one-to-one relationship with an instance launch request, but can be associated with more than one instance if you launch multiple instances using the same launch request. For example, if you launch one instance, you get one reservation ID. If you launch ten instances using the same launch request, you also get one reservation ID.
  • root-device-name - The device name of the root device volume (for example, /dev/sda1).
  • root-device-type - The type of the root device volume (ebs | instance-store).
  • source-dest-check - Indicates whether the instance performs source/destination checking. A value of true means that checking is enabled, and false means that checking is disabled. The value must be false for the instance to perform network address translation (NAT) in your VPC.
  • spot-instance-request-id - The ID of the Spot Instance request.
  • state-reason-code - The reason code for the state change.
  • state-reason-message - A message that describes the state change.
  • subnet-id - The ID of the subnet for the instance.
  • tag:<key> - The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value. For example, to find all resources that have a tag with the key Owner and the value TeamA, specify tag:Owner for the filter name and TeamA for the filter value.
  • tag-key - The key of a tag assigned to the resource. Use this filter to find all resources that have a tag with a specific key, regardless of the tag value.
  • tenancy - The tenancy of an instance (dedicated | default | host).
  • virtualization-type - The virtualization type of the instance (paravirtual | hvm).
  • vpc-id - The ID of the VPC that the instance is running in.

describeInstances_nextToken :: Lens' DescribeInstances (Maybe Text) Source #

The token to request the next page of results.

describeInstances_instanceIds :: Lens' DescribeInstances (Maybe [Text]) Source #

The instance IDs.

Default: Describes all your instances.

describeInstances_dryRun :: Lens' DescribeInstances (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

describeInstances_maxResults :: Lens' DescribeInstances (Maybe Int) Source #

The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value. This value can be between 5 and 1000. You cannot specify this parameter and the instance IDs parameter in the same call.

describeInstancesResponse_nextToken :: Lens' DescribeInstancesResponse (Maybe Text) Source #

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

DescribeInstanceEventWindows

describeInstanceEventWindows_filters :: Lens' DescribeInstanceEventWindows (Maybe [Filter]) Source #

One or more filters.

  • dedicated-host-id - The event windows associated with the specified Dedicated Host ID.
  • event-window-name - The event windows associated with the specified names.
  • instance-id - The event windows associated with the specified instance ID.
  • instance-tag - The event windows associated with the specified tag and value.
  • instance-tag-key - The event windows associated with the specified tag key, regardless of the value.
  • instance-tag-value - The event windows associated with the specified tag value, regardless of the key.
  • tag:<key> - The key/value combination of a tag assigned to the event window. Use the tag key in the filter name and the tag value as the filter value. For example, to find all resources that have a tag with the key Owner and the value CMX, specify tag:Owner for the filter name and CMX for the filter value.
  • tag-key - The key of a tag assigned to the event window. Use this filter to find all event windows that have a tag with a specific key, regardless of the tag value.
  • tag-value - The value of a tag assigned to the event window. Use this filter to find all event windows that have a tag with a specific value, regardless of the tag key.

describeInstanceEventWindows_dryRun :: Lens' DescribeInstanceEventWindows (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

describeInstanceEventWindows_maxResults :: Lens' DescribeInstanceEventWindows (Maybe Natural) Source #

The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value. This value can be between 20 and 500. You cannot specify this parameter and the event window IDs parameter in the same call.

describeInstanceEventWindowsResponse_nextToken :: Lens' DescribeInstanceEventWindowsResponse (Maybe Text) Source #

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

DisableSerialConsoleAccess

disableSerialConsoleAccess_dryRun :: Lens' DisableSerialConsoleAccess (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

disableSerialConsoleAccessResponse_serialConsoleAccessEnabled :: Lens' DisableSerialConsoleAccessResponse (Maybe Bool) Source #

If true, access to the EC2 serial console of all instances is enabled for your account. If false, access to the EC2 serial console of all instances is disabled for your account.

CreateNatGateway

createNatGateway_clientToken :: Lens' CreateNatGateway (Maybe Text) Source #

Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to ensure idempotency.

Constraint: Maximum 64 ASCII characters.

createNatGateway_allocationId :: Lens' CreateNatGateway (Maybe Text) Source #

Public NAT gateways only
The allocation ID of an Elastic IP address to associate with the NAT gateway. You cannot specify an Elastic IP address with a private NAT gateway. If the Elastic IP address is associated with another resource, you must first disassociate it.

createNatGateway_connectivityType :: Lens' CreateNatGateway (Maybe ConnectivityType) Source #

Indicates whether the NAT gateway supports public or private connectivity. The default is public connectivity.

createNatGateway_dryRun :: Lens' CreateNatGateway (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

createNatGateway_subnetId :: Lens' CreateNatGateway Text Source #

The subnet in which to create the NAT gateway.

createNatGatewayResponse_clientToken :: Lens' CreateNatGatewayResponse (Maybe Text) Source #

Unique, case-sensitive identifier to ensure the idempotency of the request. Only returned if a client token was provided in the request.

DescribeLocalGatewayVirtualInterfaces

describeLocalGatewayVirtualInterfaces_dryRun :: Lens' DescribeLocalGatewayVirtualInterfaces (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

describeLocalGatewayVirtualInterfaces_maxResults :: Lens' DescribeLocalGatewayVirtualInterfaces (Maybe Natural) Source #

The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.

describeLocalGatewayVirtualInterfacesResponse_nextToken :: Lens' DescribeLocalGatewayVirtualInterfacesResponse (Maybe Text) Source #

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

DescribeVpcPeeringConnections

describeVpcPeeringConnections_filters :: Lens' DescribeVpcPeeringConnections (Maybe [Filter]) Source #

One or more filters.

  • accepter-vpc-info.cidr-block - The IPv4 CIDR block of the accepter VPC.
  • accepter-vpc-info.owner-id - The ID of the Amazon Web Services account that owns the accepter VPC.
  • accepter-vpc-info.vpc-id - The ID of the accepter VPC.
  • expiration-time - The expiration date and time for the VPC peering connection.
  • requester-vpc-info.cidr-block - The IPv4 CIDR block of the requester's VPC.
  • requester-vpc-info.owner-id - The ID of the Amazon Web Services account that owns the requester VPC.
  • requester-vpc-info.vpc-id - The ID of the requester VPC.
  • status-code - The status of the VPC peering connection (pending-acceptance | failed | expired | provisioning | active | deleting | deleted | rejected).
  • status-message - A message that provides more information about the status of the VPC peering connection, if applicable.
  • tag:<key> - The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value. For example, to find all resources that have a tag with the key Owner and the value TeamA, specify tag:Owner for the filter name and TeamA for the filter value.
  • tag-key - The key of a tag assigned to the resource. Use this filter to find all resources assigned a tag with a specific key, regardless of the tag value.
  • vpc-peering-connection-id - The ID of the VPC peering connection.

describeVpcPeeringConnections_vpcPeeringConnectionIds :: Lens' DescribeVpcPeeringConnections (Maybe [Text]) Source #

One or more VPC peering connection IDs.

Default: Describes all your VPC peering connections.

describeVpcPeeringConnections_dryRun :: Lens' DescribeVpcPeeringConnections (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

describeVpcPeeringConnections_maxResults :: Lens' DescribeVpcPeeringConnections (Maybe Natural) Source #

The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.

describeVpcPeeringConnectionsResponse_nextToken :: Lens' DescribeVpcPeeringConnectionsResponse (Maybe Text) Source #

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

CancelExportTask

cancelExportTask_exportTaskId :: Lens' CancelExportTask Text Source #

The ID of the export task. This is the ID returned by CreateInstanceExportTask.

CreateVpcEndpointServiceConfiguration

createVpcEndpointServiceConfiguration_networkLoadBalancerArns :: Lens' CreateVpcEndpointServiceConfiguration (Maybe [Text]) Source #

The Amazon Resource Names (ARNs) of one or more Network Load Balancers for your service.

createVpcEndpointServiceConfiguration_clientToken :: Lens' CreateVpcEndpointServiceConfiguration (Maybe Text) Source #

Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to ensure idempotency.

createVpcEndpointServiceConfiguration_gatewayLoadBalancerArns :: Lens' CreateVpcEndpointServiceConfiguration (Maybe [Text]) Source #

The Amazon Resource Names (ARNs) of one or more Gateway Load Balancers.

createVpcEndpointServiceConfiguration_acceptanceRequired :: Lens' CreateVpcEndpointServiceConfiguration (Maybe Bool) Source #

Indicates whether requests from service consumers to create an endpoint to your service must be accepted. To accept a request, use AcceptVpcEndpointConnections.

createVpcEndpointServiceConfiguration_privateDnsName :: Lens' CreateVpcEndpointServiceConfiguration (Maybe Text) Source #

(Interface endpoint configuration) The private DNS name to assign to the VPC endpoint service.

createVpcEndpointServiceConfiguration_dryRun :: Lens' CreateVpcEndpointServiceConfiguration (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

createVpcEndpointServiceConfigurationResponse_clientToken :: Lens' CreateVpcEndpointServiceConfigurationResponse (Maybe Text) Source #

Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.

CreateDefaultVpc

createDefaultVpc_dryRun :: Lens' CreateDefaultVpc (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

DisassociateVpcCidrBlock

DescribeTrafficMirrorFilters

describeTrafficMirrorFilters_filters :: Lens' DescribeTrafficMirrorFilters (Maybe [Filter]) Source #

One or more filters. The possible values are:

  • description: The Traffic Mirror filter description.
  • traffic-mirror-filter-id: The ID of the Traffic Mirror filter.

describeTrafficMirrorFilters_dryRun :: Lens' DescribeTrafficMirrorFilters (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

describeTrafficMirrorFilters_maxResults :: Lens' DescribeTrafficMirrorFilters (Maybe Natural) Source #

The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.

describeTrafficMirrorFiltersResponse_nextToken :: Lens' DescribeTrafficMirrorFiltersResponse (Maybe Text) Source #

The token to use to retrieve the next page of results. The value is null when there are no more results to return.

DescribeFastSnapshotRestores

describeFastSnapshotRestores_filters :: Lens' DescribeFastSnapshotRestores (Maybe [Filter]) Source #

The filters. The possible values are:

  • availability-zone: The Availability Zone of the snapshot.
  • owner-id: The ID of the Amazon Web Services account that enabled fast snapshot restore on the snapshot.
  • snapshot-id: The ID of the snapshot.
  • state: The state of fast snapshot restores for the snapshot (enabling | optimizing | enabled | disabling | disabled).

describeFastSnapshotRestores_dryRun :: Lens' DescribeFastSnapshotRestores (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

describeFastSnapshotRestores_maxResults :: Lens' DescribeFastSnapshotRestores (Maybe Natural) Source #

The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.

describeFastSnapshotRestoresResponse_nextToken :: Lens' DescribeFastSnapshotRestoresResponse (Maybe Text) Source #

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

CancelCapacityReservation

cancelCapacityReservation_dryRun :: Lens' CancelCapacityReservation (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

cancelCapacityReservation_capacityReservationId :: Lens' CancelCapacityReservation Text Source #

The ID of the Capacity Reservation to be cancelled.

cancelCapacityReservationResponse_return :: Lens' CancelCapacityReservationResponse (Maybe Bool) Source #

Returns true if the request succeeds; otherwise, it returns an error.

DeleteNetworkInterface

deleteNetworkInterface_dryRun :: Lens' DeleteNetworkInterface (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

DisassociateTransitGatewayRouteTable

disassociateTransitGatewayRouteTable_dryRun :: Lens' DisassociateTransitGatewayRouteTable (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

ReplaceRouteTableAssociation

replaceRouteTableAssociation_dryRun :: Lens' ReplaceRouteTableAssociation (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

replaceRouteTableAssociation_routeTableId :: Lens' ReplaceRouteTableAssociation Text Source #

The ID of the new route table to associate with the subnet.

StartInstances

startInstances_dryRun :: Lens' StartInstances (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

CreatePlacementGroup

createPlacementGroup_groupName :: Lens' CreatePlacementGroup (Maybe Text) Source #

A name for the placement group. Must be unique within the scope of your account for the Region.

Constraints: Up to 255 ASCII characters

createPlacementGroup_dryRun :: Lens' CreatePlacementGroup (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

createPlacementGroup_partitionCount :: Lens' CreatePlacementGroup (Maybe Int) Source #

The number of partitions. Valid only when Strategy is set to partition.

DescribeInstanceEventNotificationAttributes

describeInstanceEventNotificationAttributes_dryRun :: Lens' DescribeInstanceEventNotificationAttributes (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

DescribeCapacityReservations

describeCapacityReservations_filters :: Lens' DescribeCapacityReservations (Maybe [Filter]) Source #

One or more filters.

  • instance-type - The type of instance for which the Capacity Reservation reserves capacity.
  • owner-id - The ID of the Amazon Web Services account that owns the Capacity Reservation.
  • availability-zone-id - The Availability Zone ID of the Capacity Reservation.
  • instance-platform - The type of operating system for which the Capacity Reservation reserves capacity.
  • availability-zone - The Availability Zone ID of the Capacity Reservation.
  • tenancy - Indicates the tenancy of the Capacity Reservation. A Capacity Reservation can have one of the following tenancy settings:

    • default - The Capacity Reservation is created on hardware that is shared with other Amazon Web Services accounts.
    • dedicated - The Capacity Reservation is created on single-tenant hardware that is dedicated to a single Amazon Web Services account.
  • outpost-arn - The Amazon Resource Name (ARN) of the Outpost on which the Capacity Reservation was created.
  • state - The current state of the Capacity Reservation. A Capacity Reservation can be in one of the following states:

    • active- The Capacity Reservation is active and the capacity is available for your use.
    • expired - The Capacity Reservation expired automatically at the date and time specified in your request. The reserved capacity is no longer available for your use.
    • cancelled - The Capacity Reservation was cancelled. The reserved capacity is no longer available for your use.
    • pending - The Capacity Reservation request was successful but the capacity provisioning is still pending.
    • failed - The Capacity Reservation request has failed. A request might fail due to invalid request parameters, capacity constraints, or instance limit constraints. Failed requests are retained for 60 minutes.
  • start-date - The date and time at which the Capacity Reservation was started.
  • end-date - The date and time at which the Capacity Reservation expires. When a Capacity Reservation expires, the reserved capacity is released and you can no longer launch instances into it. The Capacity Reservation's state changes to expired when it reaches its end date and time.
  • end-date-type - Indicates the way in which the Capacity Reservation ends. A Capacity Reservation can have one of the following end types:

    • unlimited - The Capacity Reservation remains active until you explicitly cancel it.
    • limited - The Capacity Reservation expires automatically at a specified date and time.
  • instance-match-criteria - Indicates the type of instance launches that the Capacity Reservation accepts. The options include:

    • open - The Capacity Reservation accepts all instances that have matching attributes (instance type, platform, and Availability Zone). Instances that have matching attributes launch into the Capacity Reservation automatically without specifying any additional parameters.
    • targeted - The Capacity Reservation only accepts instances that have matching attributes (instance type, platform, and Availability Zone), and explicitly target the Capacity Reservation. This ensures that only permitted instances can use the reserved capacity.

describeCapacityReservations_nextToken :: Lens' DescribeCapacityReservations (Maybe Text) Source #

The token to use to retrieve the next page of results.

describeCapacityReservations_dryRun :: Lens' DescribeCapacityReservations (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

describeCapacityReservations_maxResults :: Lens' DescribeCapacityReservations (Maybe Natural) Source #

The maximum number of results to return for the request in a single page. The remaining results can be seen by sending another request with the returned nextToken value. This value can be between 5 and 500. If maxResults is given a larger value than 500, you receive an error.

describeCapacityReservationsResponse_nextToken :: Lens' DescribeCapacityReservationsResponse (Maybe Text) Source #

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

ModifyClientVpnEndpoint

modifyClientVpnEndpoint_securityGroupIds :: Lens' ModifyClientVpnEndpoint (Maybe [Text]) Source #

The IDs of one or more security groups to apply to the target network.

modifyClientVpnEndpoint_connectionLogOptions :: Lens' ModifyClientVpnEndpoint (Maybe ConnectionLogOptions) Source #

Information about the client connection logging options.

If you enable client connection logging, data about client connections is sent to a Cloudwatch Logs log stream. The following information is logged:

  • Client connection requests
  • Client connection results (successful and unsuccessful)
  • Reasons for unsuccessful client connection requests
  • Client connection termination time

modifyClientVpnEndpoint_splitTunnel :: Lens' ModifyClientVpnEndpoint (Maybe Bool) Source #

Indicates whether the VPN is split-tunnel.

For information about split-tunnel VPN endpoints, see Split-tunnel Client VPN endpoint in the Client VPN Administrator Guide.

modifyClientVpnEndpoint_vpcId :: Lens' ModifyClientVpnEndpoint (Maybe Text) Source #

The ID of the VPC to associate with the Client VPN endpoint.

modifyClientVpnEndpoint_vpnPort :: Lens' ModifyClientVpnEndpoint (Maybe Int) Source #

The port number to assign to the Client VPN endpoint for TCP and UDP traffic.

Valid Values: 443 | 1194

Default Value: 443

modifyClientVpnEndpoint_dnsServers :: Lens' ModifyClientVpnEndpoint (Maybe DnsServersOptionsModifyStructure) Source #

Information about the DNS servers to be used by Client VPN connections. A Client VPN endpoint can have up to two DNS servers.

modifyClientVpnEndpoint_clientConnectOptions :: Lens' ModifyClientVpnEndpoint (Maybe ClientConnectOptions) Source #

The options for managing connection authorization for new client connections.

modifyClientVpnEndpoint_selfServicePortal :: Lens' ModifyClientVpnEndpoint (Maybe SelfServicePortal) Source #

Specify whether to enable the self-service portal for the Client VPN endpoint.

modifyClientVpnEndpoint_serverCertificateArn :: Lens' ModifyClientVpnEndpoint (Maybe Text) Source #

The ARN of the server certificate to be used. The server certificate must be provisioned in Certificate Manager (ACM).

modifyClientVpnEndpoint_description :: Lens' ModifyClientVpnEndpoint (Maybe Text) Source #

A brief description of the Client VPN endpoint.

modifyClientVpnEndpoint_dryRun :: Lens' ModifyClientVpnEndpoint (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

modifyClientVpnEndpointResponse_return :: Lens' ModifyClientVpnEndpointResponse (Maybe Bool) Source #

Returns true if the request succeeds; otherwise, it returns an error.

ModifyInstanceCapacityReservationAttributes

modifyInstanceCapacityReservationAttributes_dryRun :: Lens' ModifyInstanceCapacityReservationAttributes (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

DescribeAggregateIdFormat

describeAggregateIdFormat_dryRun :: Lens' DescribeAggregateIdFormat (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

describeAggregateIdFormatResponse_useLongIdsAggregated :: Lens' DescribeAggregateIdFormatResponse (Maybe Bool) Source #

Indicates whether all resource types in the Region are configured to use longer IDs. This value is only true if all users are configured to use longer IDs for all resources types in the Region.

DescribeSnapshots

describeSnapshots_ownerIds :: Lens' DescribeSnapshots (Maybe [Text]) Source #

Scopes the results to snapshots with the specified owners. You can specify a combination of Amazon Web Services account IDs, self, and amazon.

describeSnapshots_filters :: Lens' DescribeSnapshots (Maybe [Filter]) Source #

The filters.

  • description - A description of the snapshot.
  • encrypted - Indicates whether the snapshot is encrypted (true | false)
  • owner-alias - The owner alias, from an Amazon-maintained list (amazon). This is not the user-configured Amazon Web Services account alias set using the IAM console. We recommend that you use the related parameter instead of this filter.
  • owner-id - The Amazon Web Services account ID of the owner. We recommend that you use the related parameter instead of this filter.
  • progress - The progress of the snapshot, as a percentage (for example, 80%).
  • snapshot-id - The snapshot ID.
  • start-time - The time stamp when the snapshot was initiated.
  • status - The status of the snapshot (pending | completed | error).
  • tag:<key> - The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value. For example, to find all resources that have a tag with the key Owner and the value TeamA, specify tag:Owner for the filter name and TeamA for the filter value.
  • tag-key - The key of a tag assigned to the resource. Use this filter to find all resources assigned a tag with a specific key, regardless of the tag value.
  • volume-id - The ID of the volume the snapshot is for.
  • volume-size - The size of the volume, in GiB.

describeSnapshots_nextToken :: Lens' DescribeSnapshots (Maybe Text) Source #

The NextToken value returned from a previous paginated DescribeSnapshots request where MaxResults was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the NextToken value. This value is null when there are no more results to return.

describeSnapshots_snapshotIds :: Lens' DescribeSnapshots (Maybe [Text]) Source #

The snapshot IDs.

Default: Describes the snapshots for which you have create volume permissions.

describeSnapshots_restorableByUserIds :: Lens' DescribeSnapshots (Maybe [Text]) Source #

The IDs of the Amazon Web Services accounts that can create volumes from the snapshot.

describeSnapshots_dryRun :: Lens' DescribeSnapshots (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

describeSnapshots_maxResults :: Lens' DescribeSnapshots (Maybe Int) Source #

The maximum number of snapshot results returned by DescribeSnapshots in paginated output. When this parameter is used, DescribeSnapshots only returns MaxResults results in a single page along with a NextToken response element. The remaining results of the initial request can be seen by sending another DescribeSnapshots request with the returned NextToken value. This value can be between 5 and 1,000; if MaxResults is given a value larger than 1,000, only 1,000 results are returned. If this parameter is not used, then DescribeSnapshots returns all results. You cannot specify this parameter and the snapshot IDs parameter in the same request.

describeSnapshotsResponse_nextToken :: Lens' DescribeSnapshotsResponse (Maybe Text) Source #

The NextToken value to include in a future DescribeSnapshots request. When the results of a DescribeSnapshots request exceed MaxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.

GetSubnetCidrReservations

getSubnetCidrReservations_filters :: Lens' GetSubnetCidrReservations (Maybe [Filter]) Source #

One or more filters.

  • reservationType - The type of reservation (prefix | explicit).
  • subnet-id - The ID of the subnet.
  • tag:<key> - The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value. For example, to find all resources that have a tag with the key Owner and the value TeamA, specify tag:Owner for the filter name and TeamA for the filter value.
  • tag-key - The key of a tag assigned to the resource. Use this filter to find all resources assigned a tag with a specific key, regardless of the tag value.

getSubnetCidrReservations_dryRun :: Lens' GetSubnetCidrReservations (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

getSubnetCidrReservations_maxResults :: Lens' GetSubnetCidrReservations (Maybe Natural) Source #

The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.

getSubnetCidrReservationsResponse_nextToken :: Lens' GetSubnetCidrReservationsResponse (Maybe Text) Source #

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

AssociateAddress

associateAddress_instanceId :: Lens' AssociateAddress (Maybe Text) Source #

The ID of the instance. The instance must have exactly one attached network interface. For EC2-VPC, you can specify either the instance ID or the network interface ID, but not both. For EC2-Classic, you must specify an instance ID and the instance must be in the running state.

associateAddress_allocationId :: Lens' AssociateAddress (Maybe Text) Source #

EC2-VPC
The allocation ID. This is required for EC2-VPC.

associateAddress_networkInterfaceId :: Lens' AssociateAddress (Maybe Text) Source #

EC2-VPC
The ID of the network interface. If the instance has more than one network interface, you must specify a network interface ID.

For EC2-VPC, you can specify either the instance ID or the network interface ID, but not both.

associateAddress_allowReassociation :: Lens' AssociateAddress (Maybe Bool) Source #

EC2-VPC
For a VPC in an EC2-Classic account, specify true to allow an Elastic IP address that is already associated with an instance or network interface to be reassociated with the specified instance or network interface. Otherwise, the operation fails. In a VPC in an EC2-VPC-only account, reassociation is automatic, therefore you can specify false to ensure the operation fails if the Elastic IP address is already associated with another resource.

associateAddress_privateIpAddress :: Lens' AssociateAddress (Maybe Text) Source #

EC2-VPC
The primary or secondary private IP address to associate with the Elastic IP address. If no private IP address is specified, the Elastic IP address is associated with the primary private IP address.

associateAddress_publicIp :: Lens' AssociateAddress (Maybe Text) Source #

EC2-Classic
The Elastic IP address to associate with the instance. This is required for EC2-Classic.

associateAddress_dryRun :: Lens' AssociateAddress (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

associateAddressResponse_associationId :: Lens' AssociateAddressResponse (Maybe Text) Source #

EC2-VPC
The ID that represents the association of the Elastic IP address with an instance.

ModifyTrafficMirrorFilterRule

modifyTrafficMirrorFilterRule_removeFields :: Lens' ModifyTrafficMirrorFilterRule (Maybe [TrafficMirrorFilterRuleField]) Source #

The properties that you want to remove from the Traffic Mirror filter rule.

When you remove a property from a Traffic Mirror filter rule, the property is set to the default.

modifyTrafficMirrorFilterRule_ruleNumber :: Lens' ModifyTrafficMirrorFilterRule (Maybe Int) Source #

The number of the Traffic Mirror rule. This number must be unique for each Traffic Mirror rule in a given direction. The rules are processed in ascending order by rule number.

modifyTrafficMirrorFilterRule_protocol :: Lens' ModifyTrafficMirrorFilterRule (Maybe Int) Source #

The protocol, for example TCP, to assign to the Traffic Mirror rule.

modifyTrafficMirrorFilterRule_sourceCidrBlock :: Lens' ModifyTrafficMirrorFilterRule (Maybe Text) Source #

The source CIDR block to assign to the Traffic Mirror rule.

modifyTrafficMirrorFilterRule_description :: Lens' ModifyTrafficMirrorFilterRule (Maybe Text) Source #

The description to assign to the Traffic Mirror rule.

modifyTrafficMirrorFilterRule_dryRun :: Lens' ModifyTrafficMirrorFilterRule (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

modifyTrafficMirrorFilterRule_destinationCidrBlock :: Lens' ModifyTrafficMirrorFilterRule (Maybe Text) Source #

The destination CIDR block to assign to the Traffic Mirror rule.

DescribeNetworkInterfaceAttribute

describeNetworkInterfaceAttribute_dryRun :: Lens' DescribeNetworkInterfaceAttribute (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

ReplaceIamInstanceProfileAssociation

AssociateClientVpnTargetNetwork

associateClientVpnTargetNetwork_clientToken :: Lens' AssociateClientVpnTargetNetwork (Maybe Text) Source #

Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to ensure idempotency.

associateClientVpnTargetNetwork_dryRun :: Lens' AssociateClientVpnTargetNetwork (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

associateClientVpnTargetNetwork_subnetId :: Lens' AssociateClientVpnTargetNetwork Text Source #

The ID of the subnet to associate with the Client VPN endpoint.

ReleaseHosts

releaseHosts_hostIds :: Lens' ReleaseHosts [Text] Source #

The IDs of the Dedicated Hosts to release.

releaseHostsResponse_unsuccessful :: Lens' ReleaseHostsResponse (Maybe [UnsuccessfulItem]) Source #

The IDs of the Dedicated Hosts that could not be released, including an error message.

releaseHostsResponse_successful :: Lens' ReleaseHostsResponse (Maybe [Text]) Source #

The IDs of the Dedicated Hosts that were successfully released.

EnableSerialConsoleAccess

enableSerialConsoleAccess_dryRun :: Lens' EnableSerialConsoleAccess (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

enableSerialConsoleAccessResponse_serialConsoleAccessEnabled :: Lens' EnableSerialConsoleAccessResponse (Maybe Bool) Source #

If true, access to the EC2 serial console of all instances is enabled for your account. If false, access to the EC2 serial console of all instances is disabled for your account.

ResetNetworkInterfaceAttribute

resetNetworkInterfaceAttribute_sourceDestCheck :: Lens' ResetNetworkInterfaceAttribute (Maybe Text) Source #

The source/destination checking attribute. Resets the value to true.

resetNetworkInterfaceAttribute_dryRun :: Lens' ResetNetworkInterfaceAttribute (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

DeleteInternetGateway

deleteInternetGateway_dryRun :: Lens' DeleteInternetGateway (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

DescribeReservedInstancesListings

describeReservedInstancesListings_filters :: Lens' DescribeReservedInstancesListings (Maybe [Filter]) Source #

One or more filters.

  • reserved-instances-id - The ID of the Reserved Instances.
  • reserved-instances-listing-id - The ID of the Reserved Instances listing.
  • status - The status of the Reserved Instance listing (pending | active | cancelled | closed).
  • status-message - The reason for the status.

CreateVpnConnection

createVpnConnection_vpnGatewayId :: Lens' CreateVpnConnection (Maybe Text) Source #

The ID of the virtual private gateway. If you specify a virtual private gateway, you cannot specify a transit gateway.

createVpnConnection_transitGatewayId :: Lens' CreateVpnConnection (Maybe Text) Source #

The ID of the transit gateway. If you specify a transit gateway, you cannot specify a virtual private gateway.

createVpnConnection_dryRun :: Lens' CreateVpnConnection (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

createVpnConnection_type :: Lens' CreateVpnConnection Text Source #

The type of VPN connection (ipsec.1).

ReplaceTransitGatewayRoute

replaceTransitGatewayRoute_blackhole :: Lens' ReplaceTransitGatewayRoute (Maybe Bool) Source #

Indicates whether traffic matching this route is to be dropped.

replaceTransitGatewayRoute_dryRun :: Lens' ReplaceTransitGatewayRoute (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

replaceTransitGatewayRoute_destinationCidrBlock :: Lens' ReplaceTransitGatewayRoute Text Source #

The CIDR range used for the destination match. Routing decisions are based on the most specific match.

CreateFleet

createFleet_clientToken :: Lens' CreateFleet (Maybe Text) Source #

Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see Ensuring Idempotency.

createFleet_spotOptions :: Lens' CreateFleet (Maybe SpotOptionsRequest) Source #

Describes the configuration of Spot Instances in an EC2 Fleet.

createFleet_excessCapacityTerminationPolicy :: Lens' CreateFleet (Maybe FleetExcessCapacityTerminationPolicy) Source #

Indicates whether running instances should be terminated if the total target capacity of the EC2 Fleet is decreased below the current size of the EC2 Fleet.

createFleet_onDemandOptions :: Lens' CreateFleet (Maybe OnDemandOptionsRequest) Source #

Describes the configuration of On-Demand Instances in an EC2 Fleet.

createFleet_tagSpecifications :: Lens' CreateFleet (Maybe [TagSpecification]) Source #

The key-value pair for tagging the EC2 Fleet request on creation. For more information, see Tagging your resources.

If the fleet type is instant, specify a resource type of fleet to tag the fleet or instance to tag the instances at launch.

If the fleet type is maintain or request, specify a resource type of fleet to tag the fleet. You cannot specify a resource type of instance. To tag instances at launch, specify the tags in a launch template.

createFleet_validUntil :: Lens' CreateFleet (Maybe UTCTime) Source #

The end date and time of the request, in UTC format (for example, YYYY-MM-DDTHH:MM:SSZ). At this point, no new EC2 Fleet requests are placed or able to fulfill the request. If no value is specified, the request remains until you cancel it.

createFleet_terminateInstancesWithExpiration :: Lens' CreateFleet (Maybe Bool) Source #

Indicates whether running instances should be terminated when the EC2 Fleet expires.

createFleet_type :: Lens' CreateFleet (Maybe FleetType) Source #

The fleet type. The default value is maintain.

  • maintain - The EC2 Fleet places an asynchronous request for your desired capacity, and continues to maintain your desired Spot capacity by replenishing interrupted Spot Instances.
  • request - The EC2 Fleet places an asynchronous one-time request for your desired capacity, but does submit Spot requests in alternative capacity pools if Spot capacity is unavailable, and does not maintain Spot capacity if Spot Instances are interrupted.
  • instant - The EC2 Fleet places a synchronous one-time request for your desired capacity, and returns errors for any instances that could not be launched.

For more information, see EC2 Fleet request types in the Amazon EC2 User Guide.

createFleet_validFrom :: Lens' CreateFleet (Maybe UTCTime) Source #

The start date and time of the request, in UTC format (for example, YYYY-MM-DDTHH:MM:SSZ). The default is to start fulfilling the request immediately.

createFleet_replaceUnhealthyInstances :: Lens' CreateFleet (Maybe Bool) Source #

Indicates whether EC2 Fleet should replace unhealthy Spot Instances. Supported only for fleets of type maintain. For more information, see EC2 Fleet health checks in the Amazon EC2 User Guide.

createFleet_dryRun :: Lens' CreateFleet (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

createFleetResponse_instances :: Lens' CreateFleetResponse (Maybe [CreateFleetInstance]) Source #

Information about the instances that were launched by the fleet. Supported only for fleets of type instant.

createFleetResponse_errors :: Lens' CreateFleetResponse (Maybe [CreateFleetError]) Source #

Information about the instances that could not be launched by the fleet. Supported only for fleets of type instant.

DeleteNatGateway

deleteNatGateway_dryRun :: Lens' DeleteNatGateway (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

DescribeImportSnapshotTasks

describeImportSnapshotTasks_nextToken :: Lens' DescribeImportSnapshotTasks (Maybe Text) Source #

A token that indicates the next page of results.

describeImportSnapshotTasks_dryRun :: Lens' DescribeImportSnapshotTasks (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

describeImportSnapshotTasks_maxResults :: Lens' DescribeImportSnapshotTasks (Maybe Int) Source #

The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value.

describeImportSnapshotTasksResponse_nextToken :: Lens' DescribeImportSnapshotTasksResponse (Maybe Text) Source #

The token to use to get the next page of results. This value is null when there are no more results to return.

describeImportSnapshotTasksResponse_importSnapshotTasks :: Lens' DescribeImportSnapshotTasksResponse (Maybe [ImportSnapshotTask]) Source #

A list of zero or more import snapshot tasks that are currently active or were completed or canceled in the previous 7 days.

GetCoipPoolUsage

getCoipPoolUsage_filters :: Lens' GetCoipPoolUsage (Maybe [Filter]) Source #

The filters. The following are the possible values:

  • coip-address-usage.allocation-id
  • coip-address-usage.aws-account-id
  • coip-address-usage.aws-service
  • coip-address-usage.co-ip

getCoipPoolUsage_nextToken :: Lens' GetCoipPoolUsage (Maybe Text) Source #

The token for the next page of results.

getCoipPoolUsage_dryRun :: Lens' GetCoipPoolUsage (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

getCoipPoolUsage_maxResults :: Lens' GetCoipPoolUsage (Maybe Natural) Source #

The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.

DescribeCustomerGateways

describeCustomerGateways_customerGatewayIds :: Lens' DescribeCustomerGateways (Maybe [Text]) Source #

One or more customer gateway IDs.

Default: Describes all your customer gateways.

describeCustomerGateways_filters :: Lens' DescribeCustomerGateways (Maybe [Filter]) Source #

One or more filters.

  • bgp-asn - The customer gateway's Border Gateway Protocol (BGP) Autonomous System Number (ASN).
  • customer-gateway-id - The ID of the customer gateway.
  • ip-address - The IP address of the customer gateway's Internet-routable external interface.
  • state - The state of the customer gateway (pending | available | deleting | deleted).
  • type - The type of customer gateway. Currently, the only supported type is ipsec.1.
  • tag:<key> - The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value. For example, to find all resources that have a tag with the key Owner and the value TeamA, specify tag:Owner for the filter name and TeamA for the filter value.
  • tag-key - The key of a tag assigned to the resource. Use this filter to find all resources assigned a tag with a specific key, regardless of the tag value.

describeCustomerGateways_dryRun :: Lens' DescribeCustomerGateways (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

DeleteSubnet

deleteSubnet_dryRun :: Lens' DeleteSubnet (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

CopyImage

copyImage_destinationOutpostArn :: Lens' CopyImage (Maybe Text) Source #

The Amazon Resource Name (ARN) of the Outpost to which to copy the AMI. Only specify this parameter when copying an AMI from an Amazon Web Services Region to an Outpost. The AMI must be in the Region of the destination Outpost. You cannot copy an AMI from an Outpost to a Region, from one Outpost to another, or within the same Outpost.

For more information, see Copying AMIs from an Amazon Web Services Region to an Outpost in the Amazon Elastic Compute Cloud User Guide.

copyImage_clientToken :: Lens' CopyImage (Maybe Text) Source #

Unique, case-sensitive identifier you provide to ensure idempotency of the request. For more information, see Ensuring idempotency in the Amazon EC2 API Reference.

copyImage_encrypted :: Lens' CopyImage (Maybe Bool) Source #

Specifies whether the destination snapshots of the copied image should be encrypted. You can encrypt a copy of an unencrypted snapshot, but you cannot create an unencrypted copy of an encrypted snapshot. The default KMS key for Amazon EBS is used unless you specify a non-default Key Management Service (KMS) KMS key using KmsKeyId. For more information, see Amazon EBS Encryption in the Amazon Elastic Compute Cloud User Guide.

copyImage_kmsKeyId :: Lens' CopyImage (Maybe Text) Source #

The identifier of the symmetric Key Management Service (KMS) KMS key to use when creating encrypted volumes. If this parameter is not specified, your Amazon Web Services managed KMS key for Amazon EBS is used. If you specify a KMS key, you must also set the encrypted state to true.

You can specify a KMS key using any of the following:

  • Key ID. For example, 1234abcd-12ab-34cd-56ef-1234567890ab.
  • Key alias. For example, alias/ExampleAlias.
  • Key ARN. For example, arn:aws:kms:us-east-1:012345678910:key/1234abcd-12ab-34cd-56ef-1234567890ab.
  • Alias ARN. For example, arn:aws:kms:us-east-1:012345678910:alias/ExampleAlias.

Amazon Web Services authenticates the KMS key asynchronously. Therefore, if you specify an identifier that is not valid, the action can appear to complete, but eventually fails.

The specified KMS key must exist in the destination Region.

Amazon EBS does not support asymmetric KMS keys.

copyImage_description :: Lens' CopyImage (Maybe Text) Source #

A description for the new AMI in the destination Region.

copyImage_dryRun :: Lens' CopyImage (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

copyImage_name :: Lens' CopyImage Text Source #

The name of the new AMI in the destination Region.

copyImage_sourceImageId :: Lens' CopyImage Text Source #

The ID of the AMI to copy.

copyImage_sourceRegion :: Lens' CopyImage Text Source #

The name of the Region that contains the AMI to copy.

copyImageResponse_httpStatus :: Lens' CopyImageResponse Int Source #

The response's http status code.

CreateVpcEndpoint

createVpcEndpoint_policyDocument :: Lens' CreateVpcEndpoint (Maybe Text) Source #

(Interface and gateway endpoints) A policy to attach to the endpoint that controls access to the service. The policy must be in valid JSON format. If this parameter is not specified, we attach a default policy that allows full access to the service.

createVpcEndpoint_securityGroupIds :: Lens' CreateVpcEndpoint (Maybe [Text]) Source #

(Interface endpoint) The ID of one or more security groups to associate with the endpoint network interface.

createVpcEndpoint_clientToken :: Lens' CreateVpcEndpoint (Maybe Text) Source #

Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to ensure idempotency.

createVpcEndpoint_subnetIds :: Lens' CreateVpcEndpoint (Maybe [Text]) Source #

(Interface and Gateway Load Balancer endpoints) The ID of one or more subnets in which to create an endpoint network interface. For a Gateway Load Balancer endpoint, you can specify one subnet only.

createVpcEndpoint_privateDnsEnabled :: Lens' CreateVpcEndpoint (Maybe Bool) Source #

(Interface endpoint) Indicates whether to associate a private hosted zone with the specified VPC. The private hosted zone contains a record set for the default public DNS name for the service for the Region (for example, kinesis.us-east-1.amazonaws.com), which resolves to the private IP addresses of the endpoint network interfaces in the VPC. This enables you to make requests to the default public DNS name for the service instead of the public DNS names that are automatically generated by the VPC endpoint service.

To use a private hosted zone, you must set the following VPC attributes to true: enableDnsHostnames and enableDnsSupport. Use ModifyVpcAttribute to set the VPC attributes.

Default: true

createVpcEndpoint_dryRun :: Lens' CreateVpcEndpoint (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

createVpcEndpoint_routeTableIds :: Lens' CreateVpcEndpoint (Maybe [Text]) Source #

(Gateway endpoint) One or more route table IDs.

createVpcEndpoint_vpcId :: Lens' CreateVpcEndpoint Text Source #

The ID of the VPC in which the endpoint will be used.

createVpcEndpoint_serviceName :: Lens' CreateVpcEndpoint Text Source #

The service name. To get a list of available services, use the DescribeVpcEndpointServices request, or get the name from the service provider.

createVpcEndpointResponse_clientToken :: Lens' CreateVpcEndpointResponse (Maybe Text) Source #

Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.

ModifyTrafficMirrorSession

modifyTrafficMirrorSession_removeFields :: Lens' ModifyTrafficMirrorSession (Maybe [TrafficMirrorSessionField]) Source #

The properties that you want to remove from the Traffic Mirror session.

When you remove a property from a Traffic Mirror session, the property is set to the default.

modifyTrafficMirrorSession_trafficMirrorTargetId :: Lens' ModifyTrafficMirrorSession (Maybe Text) Source #

The Traffic Mirror target. The target must be in the same VPC as the source, or have a VPC peering connection with the source.

modifyTrafficMirrorSession_packetLength :: Lens' ModifyTrafficMirrorSession (Maybe Int) Source #

The number of bytes in each packet to mirror. These are bytes after the VXLAN header. To mirror a subset, set this to the length (in bytes) to mirror. For example, if you set this value to 100, then the first 100 bytes that meet the filter criteria are copied to the target. Do not specify this parameter when you want to mirror the entire packet.

modifyTrafficMirrorSession_virtualNetworkId :: Lens' ModifyTrafficMirrorSession (Maybe Int) Source #

The virtual network ID of the Traffic Mirror session.

modifyTrafficMirrorSession_sessionNumber :: Lens' ModifyTrafficMirrorSession (Maybe Int) Source #

The session number determines the order in which sessions are evaluated when an interface is used by multiple sessions. The first session with a matching filter is the one that mirrors the packets.

Valid values are 1-32766.

modifyTrafficMirrorSession_description :: Lens' ModifyTrafficMirrorSession (Maybe Text) Source #

The description to assign to the Traffic Mirror session.

modifyTrafficMirrorSession_dryRun :: Lens' ModifyTrafficMirrorSession (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

DescribeCarrierGateways

describeCarrierGateways_filters :: Lens' DescribeCarrierGateways (Maybe [Filter]) Source #

One or more filters.

  • carrier-gateway-id - The ID of the carrier gateway.
  • state - The state of the carrier gateway (pending | failed | available | deleting | deleted).
  • owner-id - The Amazon Web Services account ID of the owner of the carrier gateway.
  • tag:<key> - The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value. For example, to find all resources that have a tag with the key Owner and the value TeamA, specify tag:Owner for the filter name and TeamA for the filter value.
  • tag-key - The key of a tag assigned to the resource. Use this filter to find all resources assigned a tag with a specific key, regardless of the tag value.
  • vpc-id - The ID of the VPC associated with the carrier gateway.

describeCarrierGateways_dryRun :: Lens' DescribeCarrierGateways (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

describeCarrierGateways_maxResults :: Lens' DescribeCarrierGateways (Maybe Natural) Source #

The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.

describeCarrierGatewaysResponse_nextToken :: Lens' DescribeCarrierGatewaysResponse (Maybe Text) Source #

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

DescribeTransitGatewayPeeringAttachments

describeTransitGatewayPeeringAttachments_filters :: Lens' DescribeTransitGatewayPeeringAttachments (Maybe [Filter]) Source #

One or more filters. The possible values are:

  • transit-gateway-attachment-id - The ID of the transit gateway attachment.
  • local-owner-id - The ID of your Amazon Web Services account.
  • remote-owner-id - The ID of the Amazon Web Services account in the remote Region that owns the transit gateway.
  • state - The state of the peering attachment. Valid values are available | deleted | deleting | failed | failing | initiatingRequest | modifying | pendingAcceptance | pending | rollingBack | rejected | rejecting).
  • tag:<key> - The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value. For example, to find all resources that have a tag with the key Owner and the value TeamA, specify tag:Owner for the filter name and TeamA for the filter value.
  • tag-key - The key of a tag assigned to the resource. Use this filter to find all resources that have a tag with a specific key, regardless of the tag value.
  • transit-gateway-id - The ID of the transit gateway.

describeTransitGatewayPeeringAttachments_dryRun :: Lens' DescribeTransitGatewayPeeringAttachments (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

describeTransitGatewayPeeringAttachments_maxResults :: Lens' DescribeTransitGatewayPeeringAttachments (Maybe Natural) Source #

The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.

describeTransitGatewayPeeringAttachmentsResponse_nextToken :: Lens' DescribeTransitGatewayPeeringAttachmentsResponse (Maybe Text) Source #

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

DeleteQueuedReservedInstances

deleteQueuedReservedInstances_dryRun :: Lens' DeleteQueuedReservedInstances (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

DescribeTransitGatewayMulticastDomains

describeTransitGatewayMulticastDomains_filters :: Lens' DescribeTransitGatewayMulticastDomains (Maybe [Filter]) Source #

One or more filters. The possible values are:

  • state - The state of the transit gateway multicast domain. Valid values are pending | available | deleting | deleted.
  • transit-gateway-id - The ID of the transit gateway.
  • transit-gateway-multicast-domain-id - The ID of the transit gateway multicast domain.

describeTransitGatewayMulticastDomains_dryRun :: Lens' DescribeTransitGatewayMulticastDomains (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

describeTransitGatewayMulticastDomains_maxResults :: Lens' DescribeTransitGatewayMulticastDomains (Maybe Natural) Source #

The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.

describeTransitGatewayMulticastDomainsResponse_nextToken :: Lens' DescribeTransitGatewayMulticastDomainsResponse (Maybe Text) Source #

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

GetDefaultCreditSpecification

getDefaultCreditSpecification_dryRun :: Lens' GetDefaultCreditSpecification (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

UnmonitorInstances

unmonitorInstances_dryRun :: Lens' UnmonitorInstances (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

DescribeTransitGatewayVpcAttachments

describeTransitGatewayVpcAttachments_filters :: Lens' DescribeTransitGatewayVpcAttachments (Maybe [Filter]) Source #

One or more filters. The possible values are:

  • state - The state of the attachment. Valid values are available | deleted | deleting | failed | failing | initiatingRequest | modifying | pendingAcceptance | pending | rollingBack | rejected | rejecting.
  • transit-gateway-attachment-id - The ID of the attachment.
  • transit-gateway-id - The ID of the transit gateway.
  • vpc-id - The ID of the VPC.

describeTransitGatewayVpcAttachments_dryRun :: Lens' DescribeTransitGatewayVpcAttachments (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

describeTransitGatewayVpcAttachments_maxResults :: Lens' DescribeTransitGatewayVpcAttachments (Maybe Natural) Source #

The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.

describeTransitGatewayVpcAttachmentsResponse_nextToken :: Lens' DescribeTransitGatewayVpcAttachmentsResponse (Maybe Text) Source #

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

DescribeTransitGatewayConnectPeers

describeTransitGatewayConnectPeers_filters :: Lens' DescribeTransitGatewayConnectPeers (Maybe [Filter]) Source #

One or more filters. The possible values are:

  • state - The state of the Connect peer (pending | available | deleting | deleted).
  • transit-gateway-attachment-id - The ID of the attachment.
  • transit-gateway-connect-peer-id - The ID of the Connect peer.

describeTransitGatewayConnectPeers_dryRun :: Lens' DescribeTransitGatewayConnectPeers (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

describeTransitGatewayConnectPeers_maxResults :: Lens' DescribeTransitGatewayConnectPeers (Maybe Natural) Source #

The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.

describeTransitGatewayConnectPeersResponse_nextToken :: Lens' DescribeTransitGatewayConnectPeersResponse (Maybe Text) Source #

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

CreateSecurityGroup

createSecurityGroup_vpcId :: Lens' CreateSecurityGroup (Maybe Text) Source #

EC2-VPC
The ID of the VPC. Required for EC2-VPC.

createSecurityGroup_dryRun :: Lens' CreateSecurityGroup (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

createSecurityGroup_description :: Lens' CreateSecurityGroup Text Source #

A description for the security group. This is informational only.

Constraints: Up to 255 characters in length

Constraints for EC2-Classic: ASCII characters

Constraints for EC2-VPC: a-z, A-Z, 0-9, spaces, and ._-:/()#,@[]+=&;{}!$*

createSecurityGroup_groupName :: Lens' CreateSecurityGroup Text Source #

The name of the security group.

Constraints: Up to 255 characters in length. Cannot start with sg-.

Constraints for EC2-Classic: ASCII characters

Constraints for EC2-VPC: a-z, A-Z, 0-9, spaces, and ._-:/()#,@[]+=&;{}!$*

createSecurityGroupResponse_tags :: Lens' CreateSecurityGroupResponse (Maybe [Tag]) Source #

The tags assigned to the security group.

CreateInstanceEventWindow

createInstanceEventWindow_cronExpression :: Lens' CreateInstanceEventWindow (Maybe Text) Source #

The cron expression for the event window, for example, * 0-4,20-23 * * 1,5. If you specify a cron expression, you can't specify a time range.

Constraints:

  • Only hour and day of the week values are supported.
  • For day of the week values, you can specify either integers 0 through 6, or alternative single values SUN through SAT.
  • The minute, month, and year must be specified by *.
  • The hour value must be one or a multiple range, for example, 0-4 or 0-4,20-23.
  • Each hour range must be >= 2 hours, for example, 0-2 or 20-23.
  • The event window must be >= 4 hours. The combined total time ranges in the event window must be >= 4 hours.

For more information about cron expressions, see cron on the Wikipedia website.

createInstanceEventWindow_dryRun :: Lens' CreateInstanceEventWindow (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

createInstanceEventWindow_timeRanges :: Lens' CreateInstanceEventWindow (Maybe [InstanceEventWindowTimeRangeRequest]) Source #

The time range for the event window. If you specify a time range, you can't specify a cron expression.

GetEbsEncryptionByDefault

getEbsEncryptionByDefault_dryRun :: Lens' GetEbsEncryptionByDefault (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

ImportVolume

importVolume_description :: Lens' ImportVolume (Maybe Text) Source #

A description of the volume.

importVolume_dryRun :: Lens' ImportVolume (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

importVolume_availabilityZone :: Lens' ImportVolume Text Source #

The Availability Zone for the resulting EBS volume.

DeleteCarrierGateway

deleteCarrierGateway_dryRun :: Lens' DeleteCarrierGateway (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

DisableVgwRoutePropagation

disableVgwRoutePropagation_dryRun :: Lens' DisableVgwRoutePropagation (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

DeleteTrafficMirrorFilter

deleteTrafficMirrorFilter_dryRun :: Lens' DeleteTrafficMirrorFilter (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

ModifyVpnTunnelCertificate

modifyVpnTunnelCertificate_dryRun :: Lens' ModifyVpnTunnelCertificate (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

modifyVpnTunnelCertificate_vpnConnectionId :: Lens' ModifyVpnTunnelCertificate Text Source #

The ID of the Amazon Web Services Site-to-Site VPN connection.

CreateSpotDatafeedSubscription

createSpotDatafeedSubscription_dryRun :: Lens' CreateSpotDatafeedSubscription (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

createSpotDatafeedSubscription_bucket :: Lens' CreateSpotDatafeedSubscription Text Source #

The name of the Amazon S3 bucket in which to store the Spot Instance data feed. For more information about bucket names, see Rules for bucket naming in the Amazon S3 Developer Guide.

CancelSpotInstanceRequests

cancelSpotInstanceRequests_dryRun :: Lens' CancelSpotInstanceRequests (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

CreateRoute

createRoute_vpcPeeringConnectionId :: Lens' CreateRoute (Maybe Text) Source #

The ID of a VPC peering connection.

createRoute_instanceId :: Lens' CreateRoute (Maybe Text) Source #

The ID of a NAT instance in your VPC. The operation fails if you specify an instance ID unless exactly one network interface is attached.

createRoute_egressOnlyInternetGatewayId :: Lens' CreateRoute (Maybe Text) Source #

IPv6 traffic only
The ID of an egress-only internet gateway.

createRoute_destinationIpv6CidrBlock :: Lens' CreateRoute (Maybe Text) Source #

The IPv6 CIDR block used for the destination match. Routing decisions are based on the most specific match.

createRoute_localGatewayId :: Lens' CreateRoute (Maybe Text) Source #

The ID of the local gateway.

createRoute_natGatewayId :: Lens' CreateRoute (Maybe Text) Source #

IPv4 traffic only
The ID of a NAT gateway.

createRoute_gatewayId :: Lens' CreateRoute (Maybe Text) Source #

The ID of an internet gateway or virtual private gateway attached to your VPC.

createRoute_vpcEndpointId :: Lens' CreateRoute (Maybe Text) Source #

The ID of a VPC endpoint. Supported for Gateway Load Balancer endpoints only.

createRoute_destinationPrefixListId :: Lens' CreateRoute (Maybe Text) Source #

The ID of a prefix list used for the destination match.

createRoute_dryRun :: Lens' CreateRoute (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

createRoute_carrierGatewayId :: Lens' CreateRoute (Maybe Text) Source #

The ID of the carrier gateway.

You can only use this option when the VPC contains a subnet which is associated with a Wavelength Zone.

createRoute_destinationCidrBlock :: Lens' CreateRoute (Maybe Text) Source #

The IPv4 CIDR address block used for the destination match. Routing decisions are based on the most specific match. We modify the specified CIDR block to its canonical form; for example, if you specify 100.68.0.18/18, we modify it to 100.68.0.0/18.

createRoute_routeTableId :: Lens' CreateRoute Text Source #

The ID of the route table for the route.

createRouteResponse_return :: Lens' CreateRouteResponse (Maybe Bool) Source #

Returns true if the request succeeds; otherwise, it returns an error.

DescribeVpcEndpointServiceConfigurations

describeVpcEndpointServiceConfigurations_filters :: Lens' DescribeVpcEndpointServiceConfigurations (Maybe [Filter]) Source #

One or more filters.

  • service-name - The name of the service.
  • service-id - The ID of the service.
  • service-state - The state of the service (Pending | Available | Deleting | Deleted | Failed).
  • tag:<key> - The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value. For example, to find all resources that have a tag with the key Owner and the value TeamA, specify tag:Owner for the filter name and TeamA for the filter value.
  • tag-key - The key of a tag assigned to the resource. Use this filter to find all resources assigned a tag with a specific key, regardless of the tag value.

describeVpcEndpointServiceConfigurations_dryRun :: Lens' DescribeVpcEndpointServiceConfigurations (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

describeVpcEndpointServiceConfigurations_maxResults :: Lens' DescribeVpcEndpointServiceConfigurations (Maybe Int) Source #

The maximum number of results to return for the request in a single page. The remaining results of the initial request can be seen by sending another request with the returned NextToken value. This value can be between 5 and 1,000; if MaxResults is given a value larger than 1,000, only 1,000 results are returned.

describeVpcEndpointServiceConfigurationsResponse_nextToken :: Lens' DescribeVpcEndpointServiceConfigurationsResponse (Maybe Text) Source #

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

DeleteSnapshot

deleteSnapshot_dryRun :: Lens' DeleteSnapshot (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

AssignPrivateIpAddresses

assignPrivateIpAddresses_privateIpAddresses :: Lens' AssignPrivateIpAddresses (Maybe [Text]) Source #

One or more IP addresses to be assigned as a secondary private IP address to the network interface. You can't specify this parameter when also specifying a number of secondary IP addresses.

If you don't specify an IP address, Amazon EC2 automatically selects an IP address within the subnet range.

assignPrivateIpAddresses_ipv4Prefixes :: Lens' AssignPrivateIpAddresses (Maybe [Text]) Source #

One or more IPv4 prefixes assigned to the network interface. You cannot use this option if you use the Ipv4PrefixCount option.

assignPrivateIpAddresses_ipv4PrefixCount :: Lens' AssignPrivateIpAddresses (Maybe Int) Source #

The number of IPv4 prefixes that Amazon Web Services automatically assigns to the network interface. You cannot use this option if you use the Ipv4 Prefixes option.

assignPrivateIpAddresses_allowReassignment :: Lens' AssignPrivateIpAddresses (Maybe Bool) Source #

Indicates whether to allow an IP address that is already assigned to another network interface or instance to be reassigned to the specified network interface.

assignPrivateIpAddresses_secondaryPrivateIpAddressCount :: Lens' AssignPrivateIpAddresses (Maybe Int) Source #

The number of secondary IP addresses to assign to the network interface. You can't specify this parameter when also specifying private IP addresses.

AuthorizeClientVpnIngress

authorizeClientVpnIngress_clientToken :: Lens' AuthorizeClientVpnIngress (Maybe Text) Source #

Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to ensure idempotency.

authorizeClientVpnIngress_accessGroupId :: Lens' AuthorizeClientVpnIngress (Maybe Text) Source #

The ID of the group to grant access to, for example, the Active Directory group or identity provider (IdP) group. Required if AuthorizeAllGroups is false or not specified.

authorizeClientVpnIngress_authorizeAllGroups :: Lens' AuthorizeClientVpnIngress (Maybe Bool) Source #

Indicates whether to grant access to all clients. Specify true to grant all clients who successfully establish a VPN connection access to the network. Must be set to true if AccessGroupId is not specified.

authorizeClientVpnIngress_description :: Lens' AuthorizeClientVpnIngress (Maybe Text) Source #

A brief description of the authorization rule.

authorizeClientVpnIngress_dryRun :: Lens' AuthorizeClientVpnIngress (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

authorizeClientVpnIngress_targetNetworkCidr :: Lens' AuthorizeClientVpnIngress Text Source #

The IPv4 address range, in CIDR notation, of the network for which access is being authorized.

DeleteTransitGatewayPeeringAttachment

deleteTransitGatewayPeeringAttachment_dryRun :: Lens' DeleteTransitGatewayPeeringAttachment (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

ModifyInstanceAttribute

modifyInstanceAttribute_groups :: Lens' ModifyInstanceAttribute (Maybe [Text]) Source #

EC2-VPC
Replaces the security groups of the instance with the specified security groups. You must specify at least one security group, even if it's just the default security group for the VPC. You must specify the security group ID, not the security group name.

modifyInstanceAttribute_enaSupport :: Lens' ModifyInstanceAttribute (Maybe AttributeBooleanValue) Source #

Set to true to enable enhanced networking with ENA for the instance.

This option is supported only for HVM instances. Specifying this option with a PV instance can make it unreachable.

modifyInstanceAttribute_sourceDestCheck :: Lens' ModifyInstanceAttribute (Maybe AttributeBooleanValue) Source #

Enable or disable source/destination checks, which ensure that the instance is either the source or the destination of any traffic that it receives. If the value is true, source/destination checks are enabled; otherwise, they are disabled. The default value is true. You must disable source/destination checks if the instance runs services such as network address translation, routing, or firewalls.

modifyInstanceAttribute_disableApiTermination :: Lens' ModifyInstanceAttribute (Maybe AttributeBooleanValue) Source #

If the value is true, you can't terminate the instance using the Amazon EC2 console, CLI, or API; otherwise, you can. You cannot use this parameter for Spot Instances.

modifyInstanceAttribute_kernel :: Lens' ModifyInstanceAttribute (Maybe AttributeValue) Source #

Changes the instance's kernel to the specified value. We recommend that you use PV-GRUB instead of kernels and RAM disks. For more information, see PV-GRUB.

modifyInstanceAttribute_ramdisk :: Lens' ModifyInstanceAttribute (Maybe AttributeValue) Source #

Changes the instance's RAM disk to the specified value. We recommend that you use PV-GRUB instead of kernels and RAM disks. For more information, see PV-GRUB.

modifyInstanceAttribute_value :: Lens' ModifyInstanceAttribute (Maybe Text) Source #

A new value for the attribute. Use only with the kernel, ramdisk, userData, disableApiTermination, or instanceInitiatedShutdownBehavior attribute.

modifyInstanceAttribute_instanceType :: Lens' ModifyInstanceAttribute (Maybe AttributeValue) Source #

Changes the instance type to the specified value. For more information, see Instance types in the Amazon EC2 User Guide. If the instance type is not valid, the error returned is InvalidInstanceAttributeValue.

modifyInstanceAttribute_sriovNetSupport :: Lens' ModifyInstanceAttribute (Maybe AttributeValue) Source #

Set to simple to enable enhanced networking with the Intel 82599 Virtual Function interface for the instance.

There is no way to disable enhanced networking with the Intel 82599 Virtual Function interface at this time.

This option is supported only for HVM instances. Specifying this option with a PV instance can make it unreachable.

modifyInstanceAttribute_ebsOptimized :: Lens' ModifyInstanceAttribute (Maybe AttributeBooleanValue) Source #

Specifies whether the instance is optimized for Amazon EBS I/O. This optimization provides dedicated throughput to Amazon EBS and an optimized configuration stack to provide optimal EBS I/O performance. This optimization isn't available with all instance types. Additional usage charges apply when using an EBS Optimized instance.

modifyInstanceAttribute_userData :: Lens' ModifyInstanceAttribute (Maybe BlobAttributeValue) Source #

Changes the instance's user data to the specified value. If you are using an Amazon Web Services SDK or command line tool, base64-encoding is performed for you, and you can load the text from a file. Otherwise, you must provide base64-encoded text.

modifyInstanceAttribute_instanceInitiatedShutdownBehavior :: Lens' ModifyInstanceAttribute (Maybe AttributeValue) Source #

Specifies whether an instance stops or terminates when you initiate shutdown from the instance (using the operating system command for system shutdown).

modifyInstanceAttribute_blockDeviceMappings :: Lens' ModifyInstanceAttribute (Maybe [InstanceBlockDeviceMappingSpecification]) Source #

Modifies the DeleteOnTermination attribute for volumes that are currently attached. The volume must be owned by the caller. If no value is specified for DeleteOnTermination, the default is true and the volume is deleted when the instance is terminated.

To add instance store volumes to an Amazon EBS-backed instance, you must add them when you launch the instance. For more information, see Updating the block device mapping when launching an instance in the Amazon EC2 User Guide.

modifyInstanceAttribute_dryRun :: Lens' ModifyInstanceAttribute (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

DeleteCustomerGateway

deleteCustomerGateway_dryRun :: Lens' DeleteCustomerGateway (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

DisassociateIamInstanceProfile

TerminateClientVpnConnections

terminateClientVpnConnections_username :: Lens' TerminateClientVpnConnections (Maybe Text) Source #

The name of the user who initiated the connection. Use this option to terminate all active connections for the specified user. This option can only be used if the user has established up to five connections.

terminateClientVpnConnections_dryRun :: Lens' TerminateClientVpnConnections (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

terminateClientVpnConnections_clientVpnEndpointId :: Lens' TerminateClientVpnConnections Text Source #

The ID of the Client VPN endpoint to which the client is connected.

terminateClientVpnConnectionsResponse_username :: Lens' TerminateClientVpnConnectionsResponse (Maybe Text) Source #

The user who established the terminated client connections.

CreateTransitGatewayConnect

createTransitGatewayConnect_dryRun :: Lens' CreateTransitGatewayConnect (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

createTransitGatewayConnect_transportTransitGatewayAttachmentId :: Lens' CreateTransitGatewayConnect Text Source #

The ID of the transit gateway attachment. You can specify a VPC attachment or Amazon Web Services Direct Connect attachment.

DisassociateRouteTable

disassociateRouteTable_dryRun :: Lens' DisassociateRouteTable (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

disassociateRouteTable_associationId :: Lens' DisassociateRouteTable Text Source #

The association ID representing the current association between the route table and subnet or gateway.

GetConsoleScreenshot

getConsoleScreenshot_wakeUp :: Lens' GetConsoleScreenshot (Maybe Bool) Source #

When set to true, acts as keystroke input and wakes up an instance that's in standby or "sleep" mode.

getConsoleScreenshot_dryRun :: Lens' GetConsoleScreenshot (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

GetFlowLogsIntegrationTemplate

getFlowLogsIntegrationTemplate_dryRun :: Lens' GetFlowLogsIntegrationTemplate (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

getFlowLogsIntegrationTemplate_configDeliveryS3DestinationArn :: Lens' GetFlowLogsIntegrationTemplate Text Source #

To store the CloudFormation template in Amazon S3, specify the location in Amazon S3.

ResetEbsDefaultKmsKeyId

resetEbsDefaultKmsKeyId_dryRun :: Lens' ResetEbsDefaultKmsKeyId (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

resetEbsDefaultKmsKeyIdResponse_kmsKeyId :: Lens' ResetEbsDefaultKmsKeyIdResponse (Maybe Text) Source #

The Amazon Resource Name (ARN) of the default KMS key for EBS encryption by default.

AssignIpv6Addresses

assignIpv6Addresses_ipv6AddressCount :: Lens' AssignIpv6Addresses (Maybe Int) Source #

The number of additional IPv6 addresses to assign to the network interface. The specified number of IPv6 addresses are assigned in addition to the existing IPv6 addresses that are already assigned to the network interface. Amazon EC2 automatically selects the IPv6 addresses from the subnet range. You can't use this option if specifying specific IPv6 addresses.

assignIpv6Addresses_ipv6Prefixes :: Lens' AssignIpv6Addresses (Maybe [Text]) Source #

One or more IPv6 prefixes assigned to the network interface. You cannot use this option if you use the Ipv6PrefixCount option.

assignIpv6Addresses_ipv6PrefixCount :: Lens' AssignIpv6Addresses (Maybe Int) Source #

The number of IPv6 prefixes that Amazon Web Services automatically assigns to the network interface. You cannot use this option if you use the Ipv6Prefixes option.

assignIpv6Addresses_ipv6Addresses :: Lens' AssignIpv6Addresses (Maybe [Text]) Source #

One or more specific IPv6 addresses to be assigned to the network interface. You can't use this option if you're specifying a number of IPv6 addresses.

assignIpv6AddressesResponse_assignedIpv6Prefixes :: Lens' AssignIpv6AddressesResponse (Maybe [Text]) Source #

The IPv6 prefixes that are assigned to the network interface.

assignIpv6AddressesResponse_assignedIpv6Addresses :: Lens' AssignIpv6AddressesResponse (Maybe [Text]) Source #

The new IPv6 addresses assigned to the network interface. Existing IPv6 addresses that were assigned to the network interface before the request are not included.

ModifyVpnTunnelOptions

modifyVpnTunnelOptions_dryRun :: Lens' ModifyVpnTunnelOptions (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

modifyVpnTunnelOptions_vpnConnectionId :: Lens' ModifyVpnTunnelOptions Text Source #

The ID of the Amazon Web Services Site-to-Site VPN connection.

ModifyEbsDefaultKmsKeyId

modifyEbsDefaultKmsKeyId_dryRun :: Lens' ModifyEbsDefaultKmsKeyId (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

modifyEbsDefaultKmsKeyId_kmsKeyId :: Lens' ModifyEbsDefaultKmsKeyId Text Source #

The identifier of the Key Management Service (KMS) KMS key to use for Amazon EBS encryption. If this parameter is not specified, your KMS key for Amazon EBS is used. If KmsKeyId is specified, the encrypted state must be true.

You can specify the KMS key using any of the following:

  • Key ID. For example, 1234abcd-12ab-34cd-56ef-1234567890ab.
  • Key alias. For example, alias/ExampleAlias.
  • Key ARN. For example, arn:aws:kms:us-east-1:012345678910:key/1234abcd-12ab-34cd-56ef-1234567890ab.
  • Alias ARN. For example, arn:aws:kms:us-east-1:012345678910:alias/ExampleAlias.

Amazon Web Services authenticates the KMS key asynchronously. Therefore, if you specify an ID, alias, or ARN that is not valid, the action can appear to complete, but eventually fails.

Amazon EBS does not support asymmetric KMS keys.

modifyEbsDefaultKmsKeyIdResponse_kmsKeyId :: Lens' ModifyEbsDefaultKmsKeyIdResponse (Maybe Text) Source #

The Amazon Resource Name (ARN) of the default KMS key for encryption by default.

DeleteSpotDatafeedSubscription

deleteSpotDatafeedSubscription_dryRun :: Lens' DeleteSpotDatafeedSubscription (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

ModifyVolume

modifyVolume_multiAttachEnabled :: Lens' ModifyVolume (Maybe Bool) Source #

Specifies whether to enable Amazon EBS Multi-Attach. If you enable Multi-Attach, you can attach the volume to up to 16 Nitro-based instances in the same Availability Zone. This parameter is supported with io1 and io2 volumes only. For more information, see Amazon EBS Multi-Attach in the Amazon Elastic Compute Cloud User Guide.

modifyVolume_throughput :: Lens' ModifyVolume (Maybe Int) Source #

The target throughput of the volume, in MiB/s. This parameter is valid only for gp3 volumes. The maximum value is 1,000.

Default: The existing value is retained if the source and target volume type is gp3. Otherwise, the default value is 125.

Valid Range: Minimum value of 125. Maximum value of 1000.

modifyVolume_size :: Lens' ModifyVolume (Maybe Int) Source #

The target size of the volume, in GiB. The target volume size must be greater than or equal to the existing size of the volume.

The following are the supported volumes sizes for each volume type:

  • gp2 and gp3: 1-16,384
  • io1 and io2: 4-16,384
  • st1 and sc1: 125-16,384
  • standard: 1-1,024

Default: The existing size is retained.

modifyVolume_iops :: Lens' ModifyVolume (Maybe Int) Source #

The target IOPS rate of the volume. This parameter is valid only for gp3, io1, and io2 volumes.

The following are the supported values for each volume type:

  • gp3: 3,000-16,000 IOPS
  • io1: 100-64,000 IOPS
  • io2: 100-64,000 IOPS

Default: The existing value is retained if you keep the same volume type. If you change the volume type to io1, io2, or gp3, the default is 3,000.

modifyVolume_volumeType :: Lens' ModifyVolume (Maybe VolumeType) Source #

The target EBS volume type of the volume. For more information, see Amazon EBS volume types in the Amazon Elastic Compute Cloud User Guide.

Default: The existing type is retained.

modifyVolume_dryRun :: Lens' ModifyVolume (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

EnableVpcClassicLink

enableVpcClassicLink_dryRun :: Lens' EnableVpcClassicLink (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

enableVpcClassicLinkResponse_return :: Lens' EnableVpcClassicLinkResponse (Maybe Bool) Source #

Returns true if the request succeeds; otherwise, it returns an error.

DescribePlacementGroups

describePlacementGroups_filters :: Lens' DescribePlacementGroups (Maybe [Filter]) Source #

The filters.

  • group-name - The name of the placement group.
  • state - The state of the placement group (pending | available | deleting | deleted).
  • strategy - The strategy of the placement group (cluster | spread | partition).
  • tag:<key> - The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value. For example, to find all resources that have a tag with the key Owner and the value TeamA, specify tag:Owner for the filter name and TeamA for the filter value.
  • tag-key - The key of a tag assigned to the resource. Use this filter to find all resources that have a tag with a specific key, regardless of the tag value.

describePlacementGroups_groupNames :: Lens' DescribePlacementGroups (Maybe [Text]) Source #

The names of the placement groups.

Default: Describes all your placement groups, or only those otherwise specified.

describePlacementGroups_dryRun :: Lens' DescribePlacementGroups (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

ProvisionByoipCidr

provisionByoipCidr_cidrAuthorizationContext :: Lens' ProvisionByoipCidr (Maybe CidrAuthorizationContext) Source #

A signed document that proves that you are authorized to bring the specified IP address range to Amazon using BYOIP.

provisionByoipCidr_publiclyAdvertisable :: Lens' ProvisionByoipCidr (Maybe Bool) Source #

(IPv6 only) Indicate whether the address range will be publicly advertised to the internet.

Default: true

provisionByoipCidr_description :: Lens' ProvisionByoipCidr (Maybe Text) Source #

A description for the address range and the address pool.

provisionByoipCidr_dryRun :: Lens' ProvisionByoipCidr (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

provisionByoipCidr_cidr :: Lens' ProvisionByoipCidr Text Source #

The public IPv4 or IPv6 address range, in CIDR notation. The most specific IPv4 prefix that you can specify is /24. The most specific IPv6 prefix you can specify is /56. The address range cannot overlap with another address range that you've brought to this or another Region.

DisassociateEnclaveCertificateIamRole

disassociateEnclaveCertificateIamRole_certificateArn :: Lens' DisassociateEnclaveCertificateIamRole (Maybe Text) Source #

The ARN of the ACM certificate from which to disassociate the IAM role.

disassociateEnclaveCertificateIamRole_dryRun :: Lens' DisassociateEnclaveCertificateIamRole (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

disassociateEnclaveCertificateIamRoleResponse_return :: Lens' DisassociateEnclaveCertificateIamRoleResponse (Maybe Bool) Source #

Returns true if the request succeeds; otherwise, it returns an error.

ModifyAvailabilityZoneGroup

modifyAvailabilityZoneGroup_dryRun :: Lens' ModifyAvailabilityZoneGroup (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

modifyAvailabilityZoneGroup_groupName :: Lens' ModifyAvailabilityZoneGroup Text Source #

The name of the Availability Zone group, Local Zone group, or Wavelength Zone group.

modifyAvailabilityZoneGroup_optInStatus :: Lens' ModifyAvailabilityZoneGroup ModifyAvailabilityZoneOptInStatus Source #

Indicates whether you are opted in to the Local Zone group or Wavelength Zone group. The only valid value is opted-in. You must contact Amazon Web Services Support to opt out of a Local Zone or Wavelength Zone group.

modifyAvailabilityZoneGroupResponse_return :: Lens' ModifyAvailabilityZoneGroupResponse (Maybe Bool) Source #

Is true if the request succeeds, and an error otherwise.

DescribeStaleSecurityGroups

describeStaleSecurityGroups_nextToken :: Lens' DescribeStaleSecurityGroups (Maybe Text) Source #

The token for the next set of items to return. (You received this token from a prior call.)

describeStaleSecurityGroups_dryRun :: Lens' DescribeStaleSecurityGroups (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

describeStaleSecurityGroups_maxResults :: Lens' DescribeStaleSecurityGroups (Maybe Natural) Source #

The maximum number of items to return for this request. The request returns a token that you can specify in a subsequent call to get the next set of results.

describeStaleSecurityGroupsResponse_nextToken :: Lens' DescribeStaleSecurityGroupsResponse (Maybe Text) Source #

The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.

CreateCarrierGateway

createCarrierGateway_clientToken :: Lens' CreateCarrierGateway (Maybe Text) Source #

Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to ensure idempotency.

createCarrierGateway_dryRun :: Lens' CreateCarrierGateway (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

createCarrierGateway_vpcId :: Lens' CreateCarrierGateway Text Source #

The ID of the VPC to associate with the carrier gateway.

DescribeExportImageTasks

describeExportImageTasks_filters :: Lens' DescribeExportImageTasks (Maybe [Filter]) Source #

Filter tasks using the task-state filter and one of the following values: active, completed, deleting, or deleted.

describeExportImageTasks_nextToken :: Lens' DescribeExportImageTasks (Maybe Text) Source #

A token that indicates the next page of results.

describeExportImageTasks_dryRun :: Lens' DescribeExportImageTasks (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

describeExportImageTasks_maxResults :: Lens' DescribeExportImageTasks (Maybe Natural) Source #

The maximum number of results to return in a single call.

describeExportImageTasksResponse_nextToken :: Lens' DescribeExportImageTasksResponse (Maybe Text) Source #

The token to use to get the next page of results. This value is null when there are no more results to return.

PurchaseScheduledInstances

purchaseScheduledInstances_clientToken :: Lens' PurchaseScheduledInstances (Maybe Text) Source #

Unique, case-sensitive identifier that ensures the idempotency of the request. For more information, see Ensuring Idempotency.

purchaseScheduledInstances_dryRun :: Lens' PurchaseScheduledInstances (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

EnableVgwRoutePropagation

enableVgwRoutePropagation_dryRun :: Lens' EnableVgwRoutePropagation (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

enableVgwRoutePropagation_gatewayId :: Lens' EnableVgwRoutePropagation Text Source #

The ID of the virtual private gateway that is attached to a VPC. The virtual private gateway must be attached to the same VPC that the routing tables are associated with.

enableVgwRoutePropagation_routeTableId :: Lens' EnableVgwRoutePropagation Text Source #

The ID of the route table. The routing table must be associated with the same VPC that the virtual private gateway is attached to.

DescribeSpotFleetRequestHistory

describeSpotFleetRequestHistory_eventType :: Lens' DescribeSpotFleetRequestHistory (Maybe EventType) Source #

The type of events to describe. By default, all events are described.

describeSpotFleetRequestHistory_dryRun :: Lens' DescribeSpotFleetRequestHistory (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

describeSpotFleetRequestHistory_maxResults :: Lens' DescribeSpotFleetRequestHistory (Maybe Natural) Source #

The maximum number of results to return in a single call. Specify a value between 1 and 1000. The default value is 1000. To retrieve the remaining results, make another call with the returned NextToken value.

describeSpotFleetRequestHistory_startTime :: Lens' DescribeSpotFleetRequestHistory UTCTime Source #

The starting date and time for the events, in UTC format (for example, YYYY-MM-DDTHH:MM:SSZ).

describeSpotFleetRequestHistoryResponse_startTime :: Lens' DescribeSpotFleetRequestHistoryResponse (Maybe UTCTime) Source #

The starting date and time for the events, in UTC format (for example, YYYY-MM-DDTHH:MM:SSZ).

describeSpotFleetRequestHistoryResponse_lastEvaluatedTime :: Lens' DescribeSpotFleetRequestHistoryResponse (Maybe UTCTime) Source #

The last date and time for the events, in UTC format (for example, YYYY-MM-DDTHH:MM:SSZ). All records up to this time were retrieved.

If nextToken indicates that there are more results, this value is not present.

describeSpotFleetRequestHistoryResponse_nextToken :: Lens' DescribeSpotFleetRequestHistoryResponse (Maybe Text) Source #

The token required to retrieve the next set of results. This value is null when there are no more results to return.

describeSpotFleetRequestHistoryResponse_historyRecords :: Lens' DescribeSpotFleetRequestHistoryResponse (Maybe [HistoryRecord]) Source #

Information about the events in the history of the Spot Fleet request.

ModifySnapshotAttribute

modifySnapshotAttribute_attribute :: Lens' ModifySnapshotAttribute (Maybe SnapshotAttributeName) Source #

The snapshot attribute to modify. Only volume creation permissions can be modified.

modifySnapshotAttribute_userIds :: Lens' ModifySnapshotAttribute (Maybe [Text]) Source #

The account ID to modify for the snapshot.

modifySnapshotAttribute_operationType :: Lens' ModifySnapshotAttribute (Maybe OperationType) Source #

The type of operation to perform to the attribute.

modifySnapshotAttribute_dryRun :: Lens' ModifySnapshotAttribute (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

DescribeIamInstanceProfileAssociations

describeIamInstanceProfileAssociations_filters :: Lens' DescribeIamInstanceProfileAssociations (Maybe [Filter]) Source #

The filters.

  • instance-id - The ID of the instance.
  • state - The state of the association (associating | associated | disassociating).

describeIamInstanceProfileAssociations_maxResults :: Lens' DescribeIamInstanceProfileAssociations (Maybe Natural) Source #

The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value.

describeIamInstanceProfileAssociationsResponse_nextToken :: Lens' DescribeIamInstanceProfileAssociationsResponse (Maybe Text) Source #

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

DescribeNetworkInsightsPaths

describeNetworkInsightsPaths_filters :: Lens' DescribeNetworkInsightsPaths (Maybe [Filter]) Source #

The filters. The following are possible values:

  • Destination - The ID of the resource.
  • DestinationPort - The destination port.
  • Name - The path name.
  • Protocol - The protocol.
  • Source - The ID of the resource.

describeNetworkInsightsPaths_dryRun :: Lens' DescribeNetworkInsightsPaths (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

describeNetworkInsightsPaths_maxResults :: Lens' DescribeNetworkInsightsPaths (Maybe Natural) Source #

The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.

describeNetworkInsightsPathsResponse_nextToken :: Lens' DescribeNetworkInsightsPathsResponse (Maybe Text) Source #

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

CreateSnapshot

createSnapshot_outpostArn :: Lens' CreateSnapshot (Maybe Text) Source #

The Amazon Resource Name (ARN) of the Outpost on which to create a local snapshot.

  • To create a snapshot of a volume in a Region, omit this parameter. The snapshot is created in the same Region as the volume.
  • To create a snapshot of a volume on an Outpost and store the snapshot in the Region, omit this parameter. The snapshot is created in the Region for the Outpost.
  • To create a snapshot of a volume on an Outpost and store the snapshot on an Outpost, specify the ARN of the destination Outpost. The snapshot must be created on the same Outpost as the volume.

For more information, see Create local snapshots from volumes on an Outpost in the Amazon Elastic Compute Cloud User Guide.

createSnapshot_tagSpecifications :: Lens' CreateSnapshot (Maybe [TagSpecification]) Source #

The tags to apply to the snapshot during creation.

createSnapshot_description :: Lens' CreateSnapshot (Maybe Text) Source #

A description for the snapshot.

createSnapshot_dryRun :: Lens' CreateSnapshot (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

createSnapshot_volumeId :: Lens' CreateSnapshot Text Source #

The ID of the Amazon EBS volume.

snapshot_stateMessage :: Lens' Snapshot (Maybe Text) Source #

Encrypted Amazon EBS snapshots are copied asynchronously. If a snapshot copy operation fails (for example, if the proper Key Management Service (KMS) permissions are not obtained) this field displays error state details to help you diagnose why the error occurred. This parameter is only returned by DescribeSnapshots.

snapshot_ownerAlias :: Lens' Snapshot (Maybe Text) Source #

The Amazon Web Services owner alias, from an Amazon-maintained list (amazon). This is not the user-configured Amazon Web Services account alias set using the IAM console.

snapshot_dataEncryptionKeyId :: Lens' Snapshot (Maybe Text) Source #

The data encryption key identifier for the snapshot. This value is a unique identifier that corresponds to the data encryption key that was used to encrypt the original volume or snapshot copy. Because data encryption keys are inherited by volumes created from snapshots, and vice versa, if snapshots share the same data encryption key identifier, then they belong to the same volume/snapshot lineage. This parameter is only returned by DescribeSnapshots.

snapshot_outpostArn :: Lens' Snapshot (Maybe Text) Source #

The ARN of the Outpost on which the snapshot is stored. For more information, see Amazon EBS local snapshots on Outposts in the Amazon Elastic Compute Cloud User Guide.

snapshot_kmsKeyId :: Lens' Snapshot (Maybe Text) Source #

The Amazon Resource Name (ARN) of the Key Management Service (KMS) KMS key that was used to protect the volume encryption key for the parent volume.

snapshot_tags :: Lens' Snapshot (Maybe [Tag]) Source #

Any tags assigned to the snapshot.

snapshot_snapshotId :: Lens' Snapshot Text Source #

The ID of the snapshot. Each snapshot receives a unique identifier when it is created.

snapshot_ownerId :: Lens' Snapshot Text Source #

The ID of the Amazon Web Services account that owns the EBS snapshot.

snapshot_volumeId :: Lens' Snapshot Text Source #

The ID of the volume that was used to create the snapshot. Snapshots created by the CopySnapshot action have an arbitrary volume ID that should not be used for any purpose.

snapshot_volumeSize :: Lens' Snapshot Int Source #

The size of the volume, in GiB.

snapshot_description :: Lens' Snapshot Text Source #

The description for the snapshot.

snapshot_startTime :: Lens' Snapshot UTCTime Source #

The time stamp when the snapshot was initiated.

snapshot_progress :: Lens' Snapshot Text Source #

The progress of the snapshot, as a percentage.

snapshot_encrypted :: Lens' Snapshot Bool Source #

Indicates whether the snapshot is encrypted.

CreateLocalGatewayRoute

createLocalGatewayRoute_dryRun :: Lens' CreateLocalGatewayRoute (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

createLocalGatewayRoute_destinationCidrBlock :: Lens' CreateLocalGatewayRoute Text Source #

The CIDR range used for destination matches. Routing decisions are based on the most specific match.

CreateNetworkAclEntry

createNetworkAclEntry_ipv6CidrBlock :: Lens' CreateNetworkAclEntry (Maybe Text) Source #

The IPv6 network range to allow or deny, in CIDR notation (for example 2001:db8:1234:1a00::/64).

createNetworkAclEntry_icmpTypeCode :: Lens' CreateNetworkAclEntry (Maybe IcmpTypeCode) Source #

ICMP protocol: The ICMP or ICMPv6 type and code. Required if specifying protocol 1 (ICMP) or protocol 58 (ICMPv6) with an IPv6 CIDR block.

createNetworkAclEntry_portRange :: Lens' CreateNetworkAclEntry (Maybe PortRange) Source #

TCP or UDP protocols: The range of ports the rule applies to. Required if specifying protocol 6 (TCP) or 17 (UDP).

createNetworkAclEntry_cidrBlock :: Lens' CreateNetworkAclEntry (Maybe Text) Source #

The IPv4 network range to allow or deny, in CIDR notation (for example 172.16.0.0/24). We modify the specified CIDR block to its canonical form; for example, if you specify 100.68.0.18/18, we modify it to 100.68.0.0/18.

createNetworkAclEntry_dryRun :: Lens' CreateNetworkAclEntry (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

createNetworkAclEntry_egress :: Lens' CreateNetworkAclEntry Bool Source #

Indicates whether this is an egress rule (rule is applied to traffic leaving the subnet).

createNetworkAclEntry_protocol :: Lens' CreateNetworkAclEntry Text Source #

The protocol number. A value of "-1" means all protocols. If you specify "-1" or a protocol number other than "6" (TCP), "17" (UDP), or "1" (ICMP), traffic on all ports is allowed, regardless of any ports or ICMP types or codes that you specify. If you specify protocol "58" (ICMPv6) and specify an IPv4 CIDR block, traffic for all ICMP types and codes allowed, regardless of any that you specify. If you specify protocol "58" (ICMPv6) and specify an IPv6 CIDR block, you must specify an ICMP type and code.

createNetworkAclEntry_ruleAction :: Lens' CreateNetworkAclEntry RuleAction Source #

Indicates whether to allow or deny the traffic that matches the rule.

createNetworkAclEntry_ruleNumber :: Lens' CreateNetworkAclEntry Int Source #

The rule number for the entry (for example, 100). ACL entries are processed in ascending order by rule number.

Constraints: Positive integer from 1 to 32766. The range 32767 to 65535 is reserved for internal use.

DescribeTransitGatewayAttachments

describeTransitGatewayAttachments_filters :: Lens' DescribeTransitGatewayAttachments (Maybe [Filter]) Source #

One or more filters. The possible values are:

  • association.state - The state of the association (associating | associated | disassociating).
  • association.transit-gateway-route-table-id - The ID of the route table for the transit gateway.
  • resource-id - The ID of the resource.
  • resource-owner-id - The ID of the Amazon Web Services account that owns the resource.
  • resource-type - The resource type. Valid values are vpc | vpn | direct-connect-gateway | peering | connect.
  • state - The state of the attachment. Valid values are available | deleted | deleting | failed | failing | initiatingRequest | modifying | pendingAcceptance | pending | rollingBack | rejected | rejecting.
  • transit-gateway-attachment-id - The ID of the attachment.
  • transit-gateway-id - The ID of the transit gateway.
  • transit-gateway-owner-id - The ID of the Amazon Web Services account that owns the transit gateway.

describeTransitGatewayAttachments_dryRun :: Lens' DescribeTransitGatewayAttachments (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

describeTransitGatewayAttachments_maxResults :: Lens' DescribeTransitGatewayAttachments (Maybe Natural) Source #

The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.

describeTransitGatewayAttachmentsResponse_nextToken :: Lens' DescribeTransitGatewayAttachmentsResponse (Maybe Text) Source #

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

CreateReservedInstancesListing

createReservedInstancesListing_clientToken :: Lens' CreateReservedInstancesListing Text Source #

Unique, case-sensitive identifier you provide to ensure idempotency of your listings. This helps avoid duplicate listings. For more information, see Ensuring Idempotency.

createReservedInstancesListing_instanceCount :: Lens' CreateReservedInstancesListing Int Source #

The number of instances that are a part of a Reserved Instance account to be listed in the Reserved Instance Marketplace. This number should be less than or equal to the instance count associated with the Reserved Instance ID specified in this call.

createReservedInstancesListing_priceSchedules :: Lens' CreateReservedInstancesListing [PriceScheduleSpecification] Source #

A list specifying the price of the Standard Reserved Instance for each month remaining in the Reserved Instance term.

DescribeIpv6Pools

describeIpv6Pools_poolIds :: Lens' DescribeIpv6Pools (Maybe [Text]) Source #

The IDs of the IPv6 address pools.

describeIpv6Pools_filters :: Lens' DescribeIpv6Pools (Maybe [Filter]) Source #

One or more filters.

  • tag:<key> - The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value. For example, to find all resources that have a tag with the key Owner and the value TeamA, specify tag:Owner for the filter name and TeamA for the filter value.
  • tag-key - The key of a tag assigned to the resource. Use this filter to find all resources assigned a tag with a specific key, regardless of the tag value.

describeIpv6Pools_nextToken :: Lens' DescribeIpv6Pools (Maybe Text) Source #

The token for the next page of results.

describeIpv6Pools_dryRun :: Lens' DescribeIpv6Pools (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

describeIpv6Pools_maxResults :: Lens' DescribeIpv6Pools (Maybe Natural) Source #

The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.

describeIpv6PoolsResponse_nextToken :: Lens' DescribeIpv6PoolsResponse (Maybe Text) Source #

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

AttachVpnGateway

attachVpnGateway_dryRun :: Lens' AttachVpnGateway (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

attachVpnGateway_vpnGatewayId :: Lens' AttachVpnGateway Text Source #

The ID of the virtual private gateway.

DescribeLocalGateways

describeLocalGateways_nextToken :: Lens' DescribeLocalGateways (Maybe Text) Source #

The token for the next page of results.

describeLocalGateways_localGatewayIds :: Lens' DescribeLocalGateways (Maybe [Text]) Source #

One or more filters.

  • local-gateway-id - The ID of a local gateway.
  • local-gateway-route-table-id - The ID of the local gateway route table.
  • local-gateway-route-table-virtual-interface-group-association-id - The ID of the association.
  • local-gateway-route-table-virtual-interface-group-id - The ID of the virtual interface group.
  • outpost-arn - The Amazon Resource Name (ARN) of the Outpost.
  • state - The state of the association.

describeLocalGateways_dryRun :: Lens' DescribeLocalGateways (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

describeLocalGateways_maxResults :: Lens' DescribeLocalGateways (Maybe Natural) Source #

The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.

describeLocalGatewaysResponse_nextToken :: Lens' DescribeLocalGatewaysResponse (Maybe Text) Source #

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

ModifyVpcEndpointServicePermissions

modifyVpcEndpointServicePermissions_removeAllowedPrincipals :: Lens' ModifyVpcEndpointServicePermissions (Maybe [Text]) Source #

The Amazon Resource Names (ARN) of one or more principals. Permissions are revoked for principals in this list.

modifyVpcEndpointServicePermissions_addAllowedPrincipals :: Lens' ModifyVpcEndpointServicePermissions (Maybe [Text]) Source #

The Amazon Resource Names (ARN) of one or more principals. Permissions are granted to the principals in this list. To grant permissions to all principals, specify an asterisk (*).

modifyVpcEndpointServicePermissions_dryRun :: Lens' ModifyVpcEndpointServicePermissions (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

modifyVpcEndpointServicePermissionsResponse_returnValue :: Lens' ModifyVpcEndpointServicePermissionsResponse (Maybe Bool) Source #

Returns true if the request succeeds; otherwise, it returns an error.

ExportClientVpnClientCertificateRevocationList

exportClientVpnClientCertificateRevocationList_dryRun :: Lens' ExportClientVpnClientCertificateRevocationList (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

CreateDhcpOptions

createDhcpOptions_dryRun :: Lens' CreateDhcpOptions (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

RegisterTransitGatewayMulticastGroupSources

registerTransitGatewayMulticastGroupSources_networkInterfaceIds :: Lens' RegisterTransitGatewayMulticastGroupSources (Maybe [Text]) Source #

The group sources' network interface IDs to register with the transit gateway multicast group.

registerTransitGatewayMulticastGroupSources_dryRun :: Lens' RegisterTransitGatewayMulticastGroupSources (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

DescribeAccountAttributes

describeAccountAttributes_dryRun :: Lens' DescribeAccountAttributes (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

GetTransitGatewayRouteTablePropagations

getTransitGatewayRouteTablePropagations_filters :: Lens' GetTransitGatewayRouteTablePropagations (Maybe [Filter]) Source #

One or more filters. The possible values are:

  • resource-id - The ID of the resource.
  • resource-type - The resource type. Valid values are vpc | vpn | direct-connect-gateway | peering | connect.
  • transit-gateway-attachment-id - The ID of the attachment.

getTransitGatewayRouteTablePropagations_dryRun :: Lens' GetTransitGatewayRouteTablePropagations (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

getTransitGatewayRouteTablePropagations_maxResults :: Lens' GetTransitGatewayRouteTablePropagations (Maybe Natural) Source #

The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.

getTransitGatewayRouteTablePropagationsResponse_nextToken :: Lens' GetTransitGatewayRouteTablePropagationsResponse (Maybe Text) Source #

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

ModifyFpgaImageAttribute

modifyFpgaImageAttribute_userIds :: Lens' ModifyFpgaImageAttribute (Maybe [Text]) Source #

The Amazon Web Services account IDs. This parameter is valid only when modifying the loadPermission attribute.

modifyFpgaImageAttribute_userGroups :: Lens' ModifyFpgaImageAttribute (Maybe [Text]) Source #

The user groups. This parameter is valid only when modifying the loadPermission attribute.

modifyFpgaImageAttribute_productCodes :: Lens' ModifyFpgaImageAttribute (Maybe [Text]) Source #

The product codes. After you add a product code to an AFI, it can't be removed. This parameter is valid only when modifying the productCodes attribute.

modifyFpgaImageAttribute_dryRun :: Lens' ModifyFpgaImageAttribute (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

ModifyHosts

modifyHosts_instanceFamily :: Lens' ModifyHosts (Maybe Text) Source #

Specifies the instance family to be supported by the Dedicated Host. Specify this parameter to modify a Dedicated Host to support multiple instance types within its current instance family.

If you want to modify a Dedicated Host to support a specific instance type only, omit this parameter and specify InstanceType instead. You cannot specify InstanceFamily and InstanceType in the same request.

modifyHosts_instanceType :: Lens' ModifyHosts (Maybe Text) Source #

Specifies the instance type to be supported by the Dedicated Host. Specify this parameter to modify a Dedicated Host to support only a specific instance type.

If you want to modify a Dedicated Host to support multiple instance types in its current instance family, omit this parameter and specify InstanceFamily instead. You cannot specify InstanceType and InstanceFamily in the same request.

modifyHosts_hostRecovery :: Lens' ModifyHosts (Maybe HostRecovery) Source #

Indicates whether to enable or disable host recovery for the Dedicated Host. For more information, see Host recovery in the Amazon EC2 User Guide.

modifyHosts_autoPlacement :: Lens' ModifyHosts (Maybe AutoPlacement) Source #

Specify whether to enable or disable auto-placement.

modifyHosts_hostIds :: Lens' ModifyHosts [Text] Source #

The IDs of the Dedicated Hosts to modify.

modifyHostsResponse_unsuccessful :: Lens' ModifyHostsResponse (Maybe [UnsuccessfulItem]) Source #

The IDs of the Dedicated Hosts that could not be modified. Check whether the setting you requested can be used.

modifyHostsResponse_successful :: Lens' ModifyHostsResponse (Maybe [Text]) Source #

The IDs of the Dedicated Hosts that were successfully modified.

RebootInstances

rebootInstances_dryRun :: Lens' RebootInstances (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

ModifyVpcEndpointServiceConfiguration

modifyVpcEndpointServiceConfiguration_removeGatewayLoadBalancerArns :: Lens' ModifyVpcEndpointServiceConfiguration (Maybe [Text]) Source #

The Amazon Resource Names (ARNs) of Gateway Load Balancers to remove from your service configuration.

modifyVpcEndpointServiceConfiguration_removePrivateDnsName :: Lens' ModifyVpcEndpointServiceConfiguration (Maybe Bool) Source #

(Interface endpoint configuration) Removes the private DNS name of the endpoint service.

modifyVpcEndpointServiceConfiguration_addGatewayLoadBalancerArns :: Lens' ModifyVpcEndpointServiceConfiguration (Maybe [Text]) Source #

The Amazon Resource Names (ARNs) of Gateway Load Balancers to add to your service configuration.

modifyVpcEndpointServiceConfiguration_removeNetworkLoadBalancerArns :: Lens' ModifyVpcEndpointServiceConfiguration (Maybe [Text]) Source #

The Amazon Resource Names (ARNs) of Network Load Balancers to remove from your service configuration.

modifyVpcEndpointServiceConfiguration_acceptanceRequired :: Lens' ModifyVpcEndpointServiceConfiguration (Maybe Bool) Source #

Indicates whether requests to create an endpoint to your service must be accepted.

modifyVpcEndpointServiceConfiguration_addNetworkLoadBalancerArns :: Lens' ModifyVpcEndpointServiceConfiguration (Maybe [Text]) Source #

The Amazon Resource Names (ARNs) of Network Load Balancers to add to your service configuration.

modifyVpcEndpointServiceConfiguration_privateDnsName :: Lens' ModifyVpcEndpointServiceConfiguration (Maybe Text) Source #

(Interface endpoint configuration) The private DNS name to assign to the endpoint service.

modifyVpcEndpointServiceConfiguration_dryRun :: Lens' ModifyVpcEndpointServiceConfiguration (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

modifyVpcEndpointServiceConfigurationResponse_return :: Lens' ModifyVpcEndpointServiceConfigurationResponse (Maybe Bool) Source #

Returns true if the request succeeds; otherwise, it returns an error.

CreateTransitGateway

createTransitGateway_dryRun :: Lens' CreateTransitGateway (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

UnassignIpv6Addresses

unassignIpv6Addresses_ipv6Prefixes :: Lens' UnassignIpv6Addresses (Maybe [Text]) Source #

One or more IPv6 prefixes to unassign from the network interface.

unassignIpv6Addresses_ipv6Addresses :: Lens' UnassignIpv6Addresses (Maybe [Text]) Source #

The IPv6 addresses to unassign from the network interface.

unassignIpv6AddressesResponse_unassignedIpv6Prefixes :: Lens' UnassignIpv6AddressesResponse (Maybe [Text]) Source #

The IPv4 prefixes that have been unassigned from the network interface.

unassignIpv6AddressesResponse_unassignedIpv6Addresses :: Lens' UnassignIpv6AddressesResponse (Maybe [Text]) Source #

The IPv6 addresses that have been unassigned from the network interface.

DeleteTrafficMirrorSession

deleteTrafficMirrorSession_dryRun :: Lens' DeleteTrafficMirrorSession (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

CreateManagedPrefixList

createManagedPrefixList_clientToken :: Lens' CreateManagedPrefixList (Maybe Text) Source #

Unique, case-sensitive identifier you provide to ensure the idempotency of the request. For more information, see Ensuring Idempotency.

Constraints: Up to 255 UTF-8 characters in length.

createManagedPrefixList_tagSpecifications :: Lens' CreateManagedPrefixList (Maybe [TagSpecification]) Source #

The tags to apply to the prefix list during creation.

createManagedPrefixList_dryRun :: Lens' CreateManagedPrefixList (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

createManagedPrefixList_prefixListName :: Lens' CreateManagedPrefixList Text Source #

A name for the prefix list.

Constraints: Up to 255 characters in length. The name cannot start with com.amazonaws.

createManagedPrefixList_maxEntries :: Lens' CreateManagedPrefixList Int Source #

The maximum number of entries for the prefix list.

createManagedPrefixList_addressFamily :: Lens' CreateManagedPrefixList Text Source #

The IP address type.

Valid Values: IPv4 | IPv6

CreateReplaceRootVolumeTask

createReplaceRootVolumeTask_clientToken :: Lens' CreateReplaceRootVolumeTask (Maybe Text) Source #

Unique, case-sensitive identifier you provide to ensure the idempotency of the request. If you do not specify a client token, a randomly generated token is used for the request to ensure idempotency. For more information, see Ensuring idempotency.

createReplaceRootVolumeTask_dryRun :: Lens' CreateReplaceRootVolumeTask (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

createReplaceRootVolumeTask_snapshotId :: Lens' CreateReplaceRootVolumeTask (Maybe Text) Source #

The ID of the snapshot from which to restore the replacement root volume. If you want to restore the volume to the initial launch state, omit this parameter.

createReplaceRootVolumeTask_instanceId :: Lens' CreateReplaceRootVolumeTask Text Source #

The ID of the instance for which to replace the root volume.

AssociateIamInstanceProfile

ModifyDefaultCreditSpecification

modifyDefaultCreditSpecification_dryRun :: Lens' ModifyDefaultCreditSpecification (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

modifyDefaultCreditSpecification_cpuCredits :: Lens' ModifyDefaultCreditSpecification Text Source #

The credit option for CPU usage of the instance family.

Valid Values: standard | unlimited

DeleteEgressOnlyInternetGateway

deleteEgressOnlyInternetGateway_dryRun :: Lens' DeleteEgressOnlyInternetGateway (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

deleteEgressOnlyInternetGatewayResponse_returnCode :: Lens' DeleteEgressOnlyInternetGatewayResponse (Maybe Bool) Source #

Returns true if the request succeeds; otherwise, it returns an error.

PurchaseHostReservation

purchaseHostReservation_currencyCode :: Lens' PurchaseHostReservation (Maybe CurrencyCodeValues) Source #

The currency in which the totalUpfrontPrice, LimitPrice, and totalHourlyPrice amounts are specified. At this time, the only supported currency is USD.

purchaseHostReservation_clientToken :: Lens' PurchaseHostReservation (Maybe Text) Source #

Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see Ensuring Idempotency.

purchaseHostReservation_tagSpecifications :: Lens' PurchaseHostReservation (Maybe [TagSpecification]) Source #

The tags to apply to the Dedicated Host Reservation during purchase.

purchaseHostReservation_limitPrice :: Lens' PurchaseHostReservation (Maybe Text) Source #

The specified limit is checked against the total upfront cost of the reservation (calculated as the offering's upfront cost multiplied by the host count). If the total upfront cost is greater than the specified price limit, the request fails. This is used to ensure that the purchase does not exceed the expected upfront cost of the purchase. At this time, the only supported currency is USD. For example, to indicate a limit price of USD 100, specify 100.00.

purchaseHostReservation_hostIdSet :: Lens' PurchaseHostReservation [Text] Source #

The IDs of the Dedicated Hosts with which the reservation will be associated.

purchaseHostReservationResponse_currencyCode :: Lens' PurchaseHostReservationResponse (Maybe CurrencyCodeValues) Source #

The currency in which the totalUpfrontPrice and totalHourlyPrice amounts are specified. At this time, the only supported currency is USD.

purchaseHostReservationResponse_clientToken :: Lens' PurchaseHostReservationResponse (Maybe Text) Source #

Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see Ensuring Idempotency.

purchaseHostReservationResponse_totalHourlyPrice :: Lens' PurchaseHostReservationResponse (Maybe Text) Source #

The total hourly price of the reservation calculated per hour.

purchaseHostReservationResponse_totalUpfrontPrice :: Lens' PurchaseHostReservationResponse (Maybe Text) Source #

The total amount charged to your account when you purchase the reservation.

ModifyTransitGatewayVpcAttachment

modifyTransitGatewayVpcAttachment_addSubnetIds :: Lens' ModifyTransitGatewayVpcAttachment (Maybe [Text]) Source #

The IDs of one or more subnets to add. You can specify at most one subnet per Availability Zone.

modifyTransitGatewayVpcAttachment_dryRun :: Lens' ModifyTransitGatewayVpcAttachment (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

CreateImage

createImage_tagSpecifications :: Lens' CreateImage (Maybe [TagSpecification]) Source #

The tags to apply to the AMI and snapshots on creation. You can tag the AMI, the snapshots, or both.

  • To tag the AMI, the value for ResourceType must be image.
  • To tag the snapshots that are created of the root volume and of other Amazon EBS volumes that are attached to the instance, the value for ResourceType must be snapshot. The same tag is applied to all of the snapshots that are created.

If you specify other values for ResourceType, the request fails.

To tag an AMI or snapshot after it has been created, see CreateTags.

createImage_noReboot :: Lens' CreateImage (Maybe Bool) Source #

By default, Amazon EC2 attempts to shut down and reboot the instance before creating the image. If the No Reboot option is set, Amazon EC2 doesn't shut down the instance before creating the image. Without a reboot, the AMI will be crash consistent (all the volumes are snapshotted at the same time), but not application consistent (all the operating system buffers are not flushed to disk before the snapshots are created).

createImage_description :: Lens' CreateImage (Maybe Text) Source #

A description for the new image.

createImage_blockDeviceMappings :: Lens' CreateImage (Maybe [BlockDeviceMapping]) Source #

The block device mappings. This parameter cannot be used to modify the encryption status of existing volumes or snapshots. To create an AMI with encrypted snapshots, use the CopyImage action.

createImage_dryRun :: Lens' CreateImage (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

createImage_name :: Lens' CreateImage Text Source #

A name for the new image.

Constraints: 3-128 alphanumeric characters, parentheses (()), square brackets ([]), spaces ( ), periods (.), slashes (/), dashes (-), single quotes ('), at-signs (@), or underscores(_)

DescribeClassicLinkInstances

describeClassicLinkInstances_filters :: Lens' DescribeClassicLinkInstances (Maybe [Filter]) Source #

One or more filters.

  • group-id - The ID of a VPC security group that's associated with the instance.
  • instance-id - The ID of the instance.
  • tag:<key> - The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value. For example, to find all resources that have a tag with the key Owner and the value TeamA, specify tag:Owner for the filter name and TeamA for the filter value.
  • tag-key - The key of a tag assigned to the resource. Use this filter to find all resources assigned a tag with a specific key, regardless of the tag value.
  • vpc-id - The ID of the VPC to which the instance is linked.

    vpc-id - The ID of the VPC that the instance is linked to.

describeClassicLinkInstances_instanceIds :: Lens' DescribeClassicLinkInstances (Maybe [Text]) Source #

One or more instance IDs. Must be instances linked to a VPC through ClassicLink.

describeClassicLinkInstances_dryRun :: Lens' DescribeClassicLinkInstances (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

describeClassicLinkInstances_maxResults :: Lens' DescribeClassicLinkInstances (Maybe Natural) Source #

The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.

Constraint: If the value is greater than 1000, we return only 1000 items.

describeClassicLinkInstancesResponse_nextToken :: Lens' DescribeClassicLinkInstancesResponse (Maybe Text) Source #

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

TerminateInstances

terminateInstances_dryRun :: Lens' TerminateInstances (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

terminateInstances_instanceIds :: Lens' TerminateInstances [Text] Source #

The IDs of the instances.

Constraints: Up to 1000 instance IDs. We recommend breaking up this request into smaller batches.

DescribeStoreImageTasks

describeStoreImageTasks_filters :: Lens' DescribeStoreImageTasks (Maybe [Filter]) Source #

The filters.

  • task-state - Returns tasks in a certain state (InProgress | Completed | Failed)
  • bucket - Returns task information for tasks that targeted a specific bucket. For the filter value, specify the bucket name.

describeStoreImageTasks_imageIds :: Lens' DescribeStoreImageTasks (Maybe [Text]) Source #

The AMI IDs for which to show progress. Up to 20 AMI IDs can be included in a request.

describeStoreImageTasks_dryRun :: Lens' DescribeStoreImageTasks (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

describeStoreImageTasks_maxResults :: Lens' DescribeStoreImageTasks (Maybe Natural) Source #

The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value. This value can be between 1 and 200. You cannot specify this parameter and the ImageIDs parameter in the same call.

describeStoreImageTasksResponse_nextToken :: Lens' DescribeStoreImageTasksResponse (Maybe Text) Source #

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

GetVpnConnectionDeviceTypes

getVpnConnectionDeviceTypes_nextToken :: Lens' GetVpnConnectionDeviceTypes (Maybe Text) Source #

The NextToken value returned from a previous paginated GetVpnConnectionDeviceTypes request where MaxResults was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the NextToken value. This value is null when there are no more results to return.

getVpnConnectionDeviceTypes_dryRun :: Lens' GetVpnConnectionDeviceTypes (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

getVpnConnectionDeviceTypes_maxResults :: Lens' GetVpnConnectionDeviceTypes (Maybe Natural) Source #

The maximum number of results returned by GetVpnConnectionDeviceTypes in paginated output. When this parameter is used, GetVpnConnectionDeviceTypes only returns MaxResults results in a single page along with a NextToken response element. The remaining results of the initial request can be seen by sending another GetVpnConnectionDeviceTypes request with the returned NextToken value. This value can be between 200 and 1000. If this parameter is not used, then GetVpnConnectionDeviceTypes returns all results.

getVpnConnectionDeviceTypesResponse_vpnConnectionDeviceTypes :: Lens' GetVpnConnectionDeviceTypesResponse (Maybe [VpnConnectionDeviceType]) Source #

List of customer gateway devices that have a sample configuration file available for use.

getVpnConnectionDeviceTypesResponse_nextToken :: Lens' GetVpnConnectionDeviceTypesResponse (Maybe Text) Source #

The NextToken value to include in a future GetVpnConnectionDeviceTypes request. When the results of a GetVpnConnectionDeviceTypes request exceed MaxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.

GetTransitGatewayPrefixListReferences

getTransitGatewayPrefixListReferences_filters :: Lens' GetTransitGatewayPrefixListReferences (Maybe [Filter]) Source #

One or more filters. The possible values are:

  • attachment.resource-id - The ID of the resource for the attachment.
  • attachment.resource-type - The type of resource for the attachment. Valid values are vpc | vpn | direct-connect-gateway | peering.
  • attachment.transit-gateway-attachment-id - The ID of the attachment.
  • is-blackhole - Whether traffic matching the route is blocked (true | false).
  • prefix-list-id - The ID of the prefix list.
  • prefix-list-owner-id - The ID of the owner of the prefix list.
  • state - The state of the prefix list reference (pending | available | modifying | deleting).

getTransitGatewayPrefixListReferences_dryRun :: Lens' GetTransitGatewayPrefixListReferences (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

getTransitGatewayPrefixListReferences_maxResults :: Lens' GetTransitGatewayPrefixListReferences (Maybe Natural) Source #

The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.

getTransitGatewayPrefixListReferencesResponse_nextToken :: Lens' GetTransitGatewayPrefixListReferencesResponse (Maybe Text) Source #

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

DescribeKeyPairs

describeKeyPairs_filters :: Lens' DescribeKeyPairs (Maybe [Filter]) Source #

The filters.

  • key-pair-id - The ID of the key pair.
  • fingerprint - The fingerprint of the key pair.
  • key-name - The name of the key pair.
  • tag-key - The key of a tag assigned to the resource. Use this filter to find all resources assigned a tag with a specific key, regardless of the tag value.
  • tag:<key> - The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value. For example, to find all resources that have a tag with the key Owner and the value TeamA, specify tag:Owner for the filter name and TeamA for the filter value.

describeKeyPairs_keyNames :: Lens' DescribeKeyPairs (Maybe [Text]) Source #

The key pair names.

Default: Describes all of your key pairs.

describeKeyPairs_dryRun :: Lens' DescribeKeyPairs (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

DisableFastSnapshotRestores

disableFastSnapshotRestores_dryRun :: Lens' DisableFastSnapshotRestores (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

disableFastSnapshotRestores_availabilityZones :: Lens' DisableFastSnapshotRestores [Text] Source #

One or more Availability Zones. For example, us-east-2a.

disableFastSnapshotRestores_sourceSnapshotIds :: Lens' DisableFastSnapshotRestores [Text] Source #

The IDs of one or more snapshots. For example, snap-1234567890abcdef0.

disableFastSnapshotRestoresResponse_unsuccessful :: Lens' DisableFastSnapshotRestoresResponse (Maybe [DisableFastSnapshotRestoreErrorItem]) Source #

Information about the snapshots for which fast snapshot restores could not be disabled.

disableFastSnapshotRestoresResponse_successful :: Lens' DisableFastSnapshotRestoresResponse (Maybe [DisableFastSnapshotRestoreSuccessItem]) Source #

Information about the snapshots for which fast snapshot restores were successfully disabled.

DescribeLaunchTemplates

describeLaunchTemplates_filters :: Lens' DescribeLaunchTemplates (Maybe [Filter]) Source #

One or more filters.

  • create-time - The time the launch template was created.
  • launch-template-name - The name of the launch template.
  • tag:<key> - The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value. For example, to find all resources that have a tag with the key Owner and the value TeamA, specify tag:Owner for the filter name and TeamA for the filter value.
  • tag-key - The key of a tag assigned to the resource. Use this filter to find all resources assigned a tag with a specific key, regardless of the tag value.

describeLaunchTemplates_nextToken :: Lens' DescribeLaunchTemplates (Maybe Text) Source #

The token to request the next page of results.

describeLaunchTemplates_dryRun :: Lens' DescribeLaunchTemplates (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

describeLaunchTemplates_maxResults :: Lens' DescribeLaunchTemplates (Maybe Natural) Source #

The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value. This value can be between 1 and 200.

describeLaunchTemplatesResponse_nextToken :: Lens' DescribeLaunchTemplatesResponse (Maybe Text) Source #

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

CreateVpnConnectionRoute

createVpnConnectionRoute_destinationCidrBlock :: Lens' CreateVpnConnectionRoute Text Source #

The CIDR block associated with the local subnet of the customer network.

AssociateRouteTable

associateRouteTable_gatewayId :: Lens' AssociateRouteTable (Maybe Text) Source #

The ID of the internet gateway or virtual private gateway.

associateRouteTable_dryRun :: Lens' AssociateRouteTable (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

associateRouteTableResponse_associationId :: Lens' AssociateRouteTableResponse (Maybe Text) Source #

The route table association ID. This ID is required for disassociating the route table.

CreateSubnetCidrReservation

createSubnetCidrReservation_description :: Lens' CreateSubnetCidrReservation (Maybe Text) Source #

The description to assign to the subnet CIDR reservation.

createSubnetCidrReservation_dryRun :: Lens' CreateSubnetCidrReservation (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

createSubnetCidrReservation_reservationType :: Lens' CreateSubnetCidrReservation SubnetCidrReservationType Source #

The type of reservation.

The following are valid values:

  • prefix: The Amazon EC2 Prefix Delegation feature assigns the IP addresses to network interfaces that are associated with an instance. For information about Prefix Delegation, see Prefix Delegation for Amazon EC2 network interfaces in the Amazon Elastic Compute Cloud User Guide.
  • explicit: You manually assign the IP addresses to resources that reside in your subnet.

DescribeVpnGateways

describeVpnGateways_filters :: Lens' DescribeVpnGateways (Maybe [Filter]) Source #

One or more filters.

  • amazon-side-asn - The Autonomous System Number (ASN) for the Amazon side of the gateway.
  • attachment.state - The current state of the attachment between the gateway and the VPC (attaching | attached | detaching | detached).
  • attachment.vpc-id - The ID of an attached VPC.
  • availability-zone - The Availability Zone for the virtual private gateway (if applicable).
  • state - The state of the virtual private gateway (pending | available | deleting | deleted).
  • tag:<key> - The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value. For example, to find all resources that have a tag with the key Owner and the value TeamA, specify tag:Owner for the filter name and TeamA for the filter value.
  • tag-key - The key of a tag assigned to the resource. Use this filter to find all resources assigned a tag with a specific key, regardless of the tag value.
  • type - The type of virtual private gateway. Currently the only supported type is ipsec.1.
  • vpn-gateway-id - The ID of the virtual private gateway.

describeVpnGateways_vpnGatewayIds :: Lens' DescribeVpnGateways (Maybe [Text]) Source #

One or more virtual private gateway IDs.

Default: Describes all your virtual private gateways.

describeVpnGateways_dryRun :: Lens' DescribeVpnGateways (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

describeVpnGatewaysResponse_vpnGateways :: Lens' DescribeVpnGatewaysResponse (Maybe [VpnGateway]) Source #

Information about one or more virtual private gateways.

ModifyVpnConnectionOptions

modifyVpnConnectionOptions_remoteIpv4NetworkCidr :: Lens' ModifyVpnConnectionOptions (Maybe Text) Source #

The IPv4 CIDR on the Amazon Web Services side of the VPN connection.

Default: 0.0.0.0/0

modifyVpnConnectionOptions_localIpv4NetworkCidr :: Lens' ModifyVpnConnectionOptions (Maybe Text) Source #

The IPv4 CIDR on the customer gateway (on-premises) side of the VPN connection.

Default: 0.0.0.0/0

modifyVpnConnectionOptions_remoteIpv6NetworkCidr :: Lens' ModifyVpnConnectionOptions (Maybe Text) Source #

The IPv6 CIDR on the Amazon Web Services side of the VPN connection.

Default: ::/0

modifyVpnConnectionOptions_localIpv6NetworkCidr :: Lens' ModifyVpnConnectionOptions (Maybe Text) Source #

The IPv6 CIDR on the customer gateway (on-premises) side of the VPN connection.

Default: ::/0

modifyVpnConnectionOptions_dryRun :: Lens' ModifyVpnConnectionOptions (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

GetConsoleOutput

getConsoleOutput_latest :: Lens' GetConsoleOutput (Maybe Bool) Source #

When enabled, retrieves the latest console output for the instance.

Default: disabled (false)

getConsoleOutput_dryRun :: Lens' GetConsoleOutput (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

getConsoleOutputResponse_output :: Lens' GetConsoleOutputResponse (Maybe Text) Source #

The console output, base64-encoded. If you are using a command line tool, the tool decodes the output for you.

getConsoleOutputResponse_timestamp :: Lens' GetConsoleOutputResponse (Maybe UTCTime) Source #

The time at which the output was last updated.

DescribeHosts

describeHosts_nextToken :: Lens' DescribeHosts (Maybe Text) Source #

The token to use to retrieve the next page of results.

describeHosts_filter :: Lens' DescribeHosts (Maybe [Filter]) Source #

The filters.

  • auto-placement - Whether auto-placement is enabled or disabled (on | off).
  • availability-zone - The Availability Zone of the host.
  • client-token - The idempotency token that you provided when you allocated the host.
  • host-reservation-id - The ID of the reservation assigned to this host.
  • instance-type - The instance type size that the Dedicated Host is configured to support.
  • state - The allocation state of the Dedicated Host (available | under-assessment | permanent-failure | released | released-permanent-failure).
  • tag-key - The key of a tag assigned to the resource. Use this filter to find all resources assigned a tag with a specific key, regardless of the tag value.

describeHosts_hostIds :: Lens' DescribeHosts (Maybe [Text]) Source #

The IDs of the Dedicated Hosts. The IDs are used for targeted instance launches.

describeHosts_maxResults :: Lens' DescribeHosts (Maybe Int) Source #

The maximum number of results to return for the request in a single page. The remaining results can be seen by sending another request with the returned nextToken value. This value can be between 5 and 500. If maxResults is given a larger value than 500, you receive an error.

You cannot specify this parameter and the host IDs parameter in the same request.

describeHostsResponse_hosts :: Lens' DescribeHostsResponse (Maybe [Host]) Source #

Information about the Dedicated Hosts.

describeHostsResponse_nextToken :: Lens' DescribeHostsResponse (Maybe Text) Source #

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

DescribeImageAttribute

describeImageAttribute_dryRun :: Lens' DescribeImageAttribute (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

describeImageAttribute_attribute :: Lens' DescribeImageAttribute ImageAttributeName Source #

The AMI attribute.

Note: The blockDeviceMapping attribute is deprecated. Using this attribute returns the Client.AuthFailure error. To get information about the block device mappings for an AMI, use the DescribeImages action.

describeImageAttributeResponse_sriovNetSupport :: Lens' DescribeImageAttributeResponse (Maybe AttributeValue) Source #

Indicates whether enhanced networking with the Intel 82599 Virtual Function interface is enabled.

ModifyIdFormat

modifyIdFormat_resource :: Lens' ModifyIdFormat Text Source #

The type of resource: bundle | conversion-task | customer-gateway | dhcp-options | elastic-ip-allocation | elastic-ip-association | export-task | flow-log | image | import-task | internet-gateway | network-acl | network-acl-association | network-interface | network-interface-attachment | prefix-list | route-table | route-table-association | security-group | subnet | subnet-cidr-block-association | vpc | vpc-cidr-block-association | vpc-endpoint | vpc-peering-connection | vpn-connection | vpn-gateway.

Alternatively, use the all-current option to include all resource types that are currently within their opt-in period for longer IDs.

modifyIdFormat_useLongIds :: Lens' ModifyIdFormat Bool Source #

Indicate whether the resource should use longer IDs (17-character IDs).

RegisterTransitGatewayMulticastGroupMembers

registerTransitGatewayMulticastGroupMembers_networkInterfaceIds :: Lens' RegisterTransitGatewayMulticastGroupMembers (Maybe [Text]) Source #

The group members' network interface IDs to register with the transit gateway multicast group.

registerTransitGatewayMulticastGroupMembers_dryRun :: Lens' RegisterTransitGatewayMulticastGroupMembers (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

DeleteManagedPrefixList

deleteManagedPrefixList_dryRun :: Lens' DeleteManagedPrefixList (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

DeleteRouteTable

deleteRouteTable_dryRun :: Lens' DeleteRouteTable (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

ResetImageAttribute

resetImageAttribute_dryRun :: Lens' ResetImageAttribute (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

resetImageAttribute_attribute :: Lens' ResetImageAttribute ResetImageAttributeName Source #

The attribute to reset (currently you can only reset the launch permission attribute).

ModifyTransitGatewayPrefixListReference

modifyTransitGatewayPrefixListReference_dryRun :: Lens' ModifyTransitGatewayPrefixListReference (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

DescribeTransitGatewayRouteTables

describeTransitGatewayRouteTables_filters :: Lens' DescribeTransitGatewayRouteTables (Maybe [Filter]) Source #

One or more filters. The possible values are:

  • default-association-route-table - Indicates whether this is the default association route table for the transit gateway (true | false).
  • default-propagation-route-table - Indicates whether this is the default propagation route table for the transit gateway (true | false).
  • state - The state of the route table (available | deleting | deleted | pending).
  • transit-gateway-id - The ID of the transit gateway.
  • transit-gateway-route-table-id - The ID of the transit gateway route table.

describeTransitGatewayRouteTables_dryRun :: Lens' DescribeTransitGatewayRouteTables (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

describeTransitGatewayRouteTables_maxResults :: Lens' DescribeTransitGatewayRouteTables (Maybe Natural) Source #

The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.

describeTransitGatewayRouteTablesResponse_nextToken :: Lens' DescribeTransitGatewayRouteTablesResponse (Maybe Text) Source #

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

CreateEgressOnlyInternetGateway

createEgressOnlyInternetGateway_clientToken :: Lens' CreateEgressOnlyInternetGateway (Maybe Text) Source #

Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to ensure idempotency.

createEgressOnlyInternetGateway_dryRun :: Lens' CreateEgressOnlyInternetGateway (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

createEgressOnlyInternetGateway_vpcId :: Lens' CreateEgressOnlyInternetGateway Text Source #

The ID of the VPC for which to create the egress-only internet gateway.

createEgressOnlyInternetGatewayResponse_clientToken :: Lens' CreateEgressOnlyInternetGatewayResponse (Maybe Text) Source #

Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.

DescribeReservedInstancesModifications

describeReservedInstancesModifications_filters :: Lens' DescribeReservedInstancesModifications (Maybe [Filter]) Source #

One or more filters.

  • client-token - The idempotency token for the modification request.
  • create-date - The time when the modification request was created.
  • effective-date - The time when the modification becomes effective.
  • modification-result.reserved-instances-id - The ID for the Reserved Instances created as part of the modification request. This ID is only available when the status of the modification is fulfilled.
  • modification-result.target-configuration.availability-zone - The Availability Zone for the new Reserved Instances.
  • modification-result.target-configuration.instance-count - The number of new Reserved Instances.
  • modification-result.target-configuration.instance-type - The instance type of the new Reserved Instances.
  • modification-result.target-configuration.platform - The network platform of the new Reserved Instances (EC2-Classic | EC2-VPC).
  • reserved-instances-id - The ID of the Reserved Instances modified.
  • reserved-instances-modification-id - The ID of the modification request.
  • status - The status of the Reserved Instances modification request (processing | fulfilled | failed).
  • status-message - The reason for the status.
  • update-date - The time when the modification request was last updated.

describeReservedInstancesModificationsResponse_nextToken :: Lens' DescribeReservedInstancesModificationsResponse (Maybe Text) Source #

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

DescribeSpotInstanceRequests

describeSpotInstanceRequests_filters :: Lens' DescribeSpotInstanceRequests (Maybe [Filter]) Source #

One or more filters.

  • availability-zone-group - The Availability Zone group.
  • create-time - The time stamp when the Spot Instance request was created.
  • fault-code - The fault code related to the request.
  • fault-message - The fault message related to the request.
  • instance-id - The ID of the instance that fulfilled the request.
  • launch-group - The Spot Instance launch group.
  • launch.block-device-mapping.delete-on-termination - Indicates whether the EBS volume is deleted on instance termination.
  • launch.block-device-mapping.device-name - The device name for the volume in the block device mapping (for example, /dev/sdh or xvdh).
  • launch.block-device-mapping.snapshot-id - The ID of the snapshot for the EBS volume.
  • launch.block-device-mapping.volume-size - The size of the EBS volume, in GiB.
  • launch.block-device-mapping.volume-type - The type of EBS volume: gp2 for General Purpose SSD, io1 or io2 for Provisioned IOPS SSD, st1 for Throughput Optimized HDD, sc1for Cold HDD, or standard for Magnetic.
  • launch.group-id - The ID of the security group for the instance.
  • launch.group-name - The name of the security group for the instance.
  • launch.image-id - The ID of the AMI.
  • launch.instance-type - The type of instance (for example, m3.medium).
  • launch.kernel-id - The kernel ID.
  • launch.key-name - The name of the key pair the instance launched with.
  • launch.monitoring-enabled - Whether detailed monitoring is enabled for the Spot Instance.
  • launch.ramdisk-id - The RAM disk ID.
  • launched-availability-zone - The Availability Zone in which the request is launched.
  • network-interface.addresses.primary - Indicates whether the IP address is the primary private IP address.
  • network-interface.delete-on-termination - Indicates whether the network interface is deleted when the instance is terminated.
  • network-interface.description - A description of the network interface.
  • network-interface.device-index - The index of the device for the network interface attachment on the instance.
  • network-interface.group-id - The ID of the security group associated with the network interface.
  • network-interface.network-interface-id - The ID of the network interface.
  • network-interface.private-ip-address - The primary private IP address of the network interface.
  • network-interface.subnet-id - The ID of the subnet for the instance.
  • product-description - The product description associated with the instance (Linux/UNIX | Windows).
  • spot-instance-request-id - The Spot Instance request ID.
  • spot-price - The maximum hourly price for any Spot Instance launched to fulfill the request.
  • state - The state of the Spot Instance request (open | active | closed | cancelled | failed). Spot request status information can help you track your Amazon EC2 Spot Instance requests. For more information, see Spot request status in the Amazon EC2 User Guide for Linux Instances.
  • status-code - The short code describing the most recent evaluation of your Spot Instance request.
  • status-message - The message explaining the status of the Spot Instance request.
  • tag:<key> - The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value. For example, to find all resources that have a tag with the key Owner and the value TeamA, specify tag:Owner for the filter name and TeamA for the filter value.
  • tag-key - The key of a tag assigned to the resource. Use this filter to find all resources assigned a tag with a specific key, regardless of the tag value.
  • type - The type of Spot Instance request (one-time | persistent).
  • valid-from - The start date of the request.
  • valid-until - The end date of the request.

describeSpotInstanceRequests_nextToken :: Lens' DescribeSpotInstanceRequests (Maybe Text) Source #

The token to request the next set of results. This value is null when there are no more results to return.

describeSpotInstanceRequests_dryRun :: Lens' DescribeSpotInstanceRequests (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

describeSpotInstanceRequests_maxResults :: Lens' DescribeSpotInstanceRequests (Maybe Int) Source #

The maximum number of results to return in a single call. Specify a value between 5 and 1000. To retrieve the remaining results, make another call with the returned NextToken value.

describeSpotInstanceRequestsResponse_nextToken :: Lens' DescribeSpotInstanceRequestsResponse (Maybe Text) Source #

The token to use to retrieve the next set of results. This value is null when there are no more results to return.

RevokeClientVpnIngress

revokeClientVpnIngress_accessGroupId :: Lens' RevokeClientVpnIngress (Maybe Text) Source #

The ID of the Active Directory group for which to revoke access.

revokeClientVpnIngress_revokeAllGroups :: Lens' RevokeClientVpnIngress (Maybe Bool) Source #

Indicates whether access should be revoked for all clients.

revokeClientVpnIngress_dryRun :: Lens' RevokeClientVpnIngress (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

revokeClientVpnIngress_clientVpnEndpointId :: Lens' RevokeClientVpnIngress Text Source #

The ID of the Client VPN endpoint with which the authorization rule is associated.

revokeClientVpnIngress_targetNetworkCidr :: Lens' RevokeClientVpnIngress Text Source #

The IPv4 address range, in CIDR notation, of the network for which access is being removed.

UnassignPrivateIpAddresses

unassignPrivateIpAddresses_privateIpAddresses :: Lens' UnassignPrivateIpAddresses (Maybe [Text]) Source #

The secondary private IP addresses to unassign from the network interface. You can specify this option multiple times to unassign more than one IP address.

unassignPrivateIpAddresses_ipv4Prefixes :: Lens' UnassignPrivateIpAddresses (Maybe [Text]) Source #

The IPv4 prefixes to unassign from the network interface.

DescribeNetworkInterfacePermissions

describeNetworkInterfacePermissions_filters :: Lens' DescribeNetworkInterfacePermissions (Maybe [Filter]) Source #

One or more filters.

  • network-interface-permission.network-interface-permission-id - The ID of the permission.
  • network-interface-permission.network-interface-id - The ID of the network interface.
  • network-interface-permission.aws-account-id - The Amazon Web Services account ID.
  • network-interface-permission.aws-service - The Amazon Web Service.
  • network-interface-permission.permission - The type of permission (INSTANCE-ATTACH | EIP-ASSOCIATE).

describeNetworkInterfacePermissions_maxResults :: Lens' DescribeNetworkInterfacePermissions (Maybe Natural) Source #

The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value. If this parameter is not specified, up to 50 results are returned by default.

EnableFastSnapshotRestores

enableFastSnapshotRestores_dryRun :: Lens' EnableFastSnapshotRestores (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

enableFastSnapshotRestores_availabilityZones :: Lens' EnableFastSnapshotRestores [Text] Source #

One or more Availability Zones. For example, us-east-2a.

enableFastSnapshotRestores_sourceSnapshotIds :: Lens' EnableFastSnapshotRestores [Text] Source #

The IDs of one or more snapshots. For example, snap-1234567890abcdef0. You can specify a snapshot that was shared with you from another Amazon Web Services account.

enableFastSnapshotRestoresResponse_unsuccessful :: Lens' EnableFastSnapshotRestoresResponse (Maybe [EnableFastSnapshotRestoreErrorItem]) Source #

Information about the snapshots for which fast snapshot restores could not be enabled.

enableFastSnapshotRestoresResponse_successful :: Lens' EnableFastSnapshotRestoresResponse (Maybe [EnableFastSnapshotRestoreSuccessItem]) Source #

Information about the snapshots for which fast snapshot restores were successfully enabled.

DescribeVpcEndpointServicePermissions

describeVpcEndpointServicePermissions_filters :: Lens' DescribeVpcEndpointServicePermissions (Maybe [Filter]) Source #

One or more filters.

  • principal - The ARN of the principal.
  • principal-type - The principal type (All | Service | OrganizationUnit | Account | User | Role).

describeVpcEndpointServicePermissions_dryRun :: Lens' DescribeVpcEndpointServicePermissions (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

describeVpcEndpointServicePermissions_maxResults :: Lens' DescribeVpcEndpointServicePermissions (Maybe Int) Source #

The maximum number of results to return for the request in a single page. The remaining results of the initial request can be seen by sending another request with the returned NextToken value. This value can be between 5 and 1,000; if MaxResults is given a value larger than 1,000, only 1,000 results are returned.

describeVpcEndpointServicePermissionsResponse_nextToken :: Lens' DescribeVpcEndpointServicePermissionsResponse (Maybe Text) Source #

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

DeleteDhcpOptions

deleteDhcpOptions_dryRun :: Lens' DeleteDhcpOptions (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

CreateRestoreImageTask

createRestoreImageTask_tagSpecifications :: Lens' CreateRestoreImageTask (Maybe [TagSpecification]) Source #

The tags to apply to the AMI and snapshots on restoration. You can tag the AMI, the snapshots, or both.

  • To tag the AMI, the value for ResourceType must be image.
  • To tag the snapshots, the value for ResourceType must be snapshot. The same tag is applied to all of the snapshots that are created.

createRestoreImageTask_name :: Lens' CreateRestoreImageTask (Maybe Text) Source #

The name for the restored AMI. The name must be unique for AMIs in the Region for this account. If you do not provide a name, the new AMI gets the same name as the original AMI.

createRestoreImageTask_dryRun :: Lens' CreateRestoreImageTask (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

createRestoreImageTask_bucket :: Lens' CreateRestoreImageTask Text Source #

The name of the Amazon S3 bucket that contains the stored AMI object.

createRestoreImageTask_objectKey :: Lens' CreateRestoreImageTask Text Source #

The name of the stored AMI object in the bucket.

RegisterInstanceEventNotificationAttributes

registerInstanceEventNotificationAttributes_dryRun :: Lens' RegisterInstanceEventNotificationAttributes (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

GetVpnConnectionDeviceSampleConfiguration

getVpnConnectionDeviceSampleConfiguration_internetKeyExchangeVersion :: Lens' GetVpnConnectionDeviceSampleConfiguration (Maybe Text) Source #

The IKE version to be used in the sample configuration file for your customer gateway device. You can specify one of the following versions: ikev1 or ikev2.

getVpnConnectionDeviceSampleConfiguration_dryRun :: Lens' GetVpnConnectionDeviceSampleConfiguration (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

getVpnConnectionDeviceSampleConfiguration_vpnConnectionId :: Lens' GetVpnConnectionDeviceSampleConfiguration Text Source #

The VpnConnectionId specifies the Site-to-Site VPN connection used for the sample configuration.

DeleteSubnetCidrReservation

deleteSubnetCidrReservation_dryRun :: Lens' DeleteSubnetCidrReservation (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

DescribeNetworkAcls

describeNetworkAcls_filters :: Lens' DescribeNetworkAcls (Maybe [Filter]) Source #

One or more filters.

  • association.association-id - The ID of an association ID for the ACL.
  • association.network-acl-id - The ID of the network ACL involved in the association.
  • association.subnet-id - The ID of the subnet involved in the association.
  • default - Indicates whether the ACL is the default network ACL for the VPC.
  • entry.cidr - The IPv4 CIDR range specified in the entry.
  • entry.icmp.code - The ICMP code specified in the entry, if any.
  • entry.icmp.type - The ICMP type specified in the entry, if any.
  • entry.ipv6-cidr - The IPv6 CIDR range specified in the entry.
  • entry.port-range.from - The start of the port range specified in the entry.
  • entry.port-range.to - The end of the port range specified in the entry.
  • entry.protocol - The protocol specified in the entry (tcp | udp | icmp or a protocol number).
  • entry.rule-action - Allows or denies the matching traffic (allow | deny).
  • entry.rule-number - The number of an entry (in other words, rule) in the set of ACL entries.
  • network-acl-id - The ID of the network ACL.
  • owner-id - The ID of the Amazon Web Services account that owns the network ACL.
  • tag:<key> - The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value. For example, to find all resources that have a tag with the key Owner and the value TeamA, specify tag:Owner for the filter name and TeamA for the filter value.
  • tag-key - The key of a tag assigned to the resource. Use this filter to find all resources assigned a tag with a specific key, regardless of the tag value.
  • vpc-id - The ID of the VPC for the network ACL.

describeNetworkAcls_nextToken :: Lens' DescribeNetworkAcls (Maybe Text) Source #

The token for the next page of results.

describeNetworkAcls_networkAclIds :: Lens' DescribeNetworkAcls (Maybe [Text]) Source #

One or more network ACL IDs.

Default: Describes all your network ACLs.

describeNetworkAcls_dryRun :: Lens' DescribeNetworkAcls (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

describeNetworkAcls_maxResults :: Lens' DescribeNetworkAcls (Maybe Natural) Source #

The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.

describeNetworkAclsResponse_nextToken :: Lens' DescribeNetworkAclsResponse (Maybe Text) Source #

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

CancelImportTask

cancelImportTask_cancelReason :: Lens' CancelImportTask (Maybe Text) Source #

The reason for canceling the task.

cancelImportTask_importTaskId :: Lens' CancelImportTask (Maybe Text) Source #

The ID of the import image or import snapshot task to be canceled.

cancelImportTask_dryRun :: Lens' CancelImportTask (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

cancelImportTaskResponse_state :: Lens' CancelImportTaskResponse (Maybe Text) Source #

The current state of the task being canceled.

cancelImportTaskResponse_previousState :: Lens' CancelImportTaskResponse (Maybe Text) Source #

The current state of the task being canceled.

DetachClassicLinkVpc

detachClassicLinkVpc_dryRun :: Lens' DetachClassicLinkVpc (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

detachClassicLinkVpc_instanceId :: Lens' DetachClassicLinkVpc Text Source #

The ID of the instance to unlink from the VPC.

detachClassicLinkVpc_vpcId :: Lens' DetachClassicLinkVpc Text Source #

The ID of the VPC to which the instance is linked.

detachClassicLinkVpcResponse_return :: Lens' DetachClassicLinkVpcResponse (Maybe Bool) Source #

Returns true if the request succeeds; otherwise, it returns an error.

CreateCapacityReservationFleet

createCapacityReservationFleet_clientToken :: Lens' CreateCapacityReservationFleet (Maybe Text) Source #

Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see Ensure Idempotency.

createCapacityReservationFleet_endDate :: Lens' CreateCapacityReservationFleet (Maybe UTCTime) Source #

The date and time at which the Capacity Reservation Fleet expires. When the Capacity Reservation Fleet expires, its state changes to expired and all of the Capacity Reservations in the Fleet expire.

The Capacity Reservation Fleet expires within an hour after the specified time. For example, if you specify 5/31/2019, 13:30:55, the Capacity Reservation Fleet is guaranteed to expire between 13:30:55 and 14:30:55 on 5/31/2019.

createCapacityReservationFleet_instanceMatchCriteria :: Lens' CreateCapacityReservationFleet (Maybe FleetInstanceMatchCriteria) Source #

Indicates the type of instance launches that the Capacity Reservation Fleet accepts. All Capacity Reservations in the Fleet inherit this instance matching criteria.

Currently, Capacity Reservation Fleets support open instance matching criteria only. This means that instances that have matching attributes (instance type, platform, and Availability Zone) run in the Capacity Reservations automatically. Instances do not need to explicitly target a Capacity Reservation Fleet to use its reserved capacity.

createCapacityReservationFleet_tagSpecifications :: Lens' CreateCapacityReservationFleet (Maybe [TagSpecification]) Source #

The tags to assign to the Capacity Reservation Fleet. The tags are automatically assigned to the Capacity Reservations in the Fleet.

createCapacityReservationFleet_tenancy :: Lens' CreateCapacityReservationFleet (Maybe FleetCapacityReservationTenancy) Source #

Indicates the tenancy of the Capacity Reservation Fleet. All Capacity Reservations in the Fleet inherit this tenancy. The Capacity Reservation Fleet can have one of the following tenancy settings:

  • default - The Capacity Reservation Fleet is created on hardware that is shared with other Amazon Web Services accounts.
  • dedicated - The Capacity Reservations are created on single-tenant hardware that is dedicated to a single Amazon Web Services account.

createCapacityReservationFleet_allocationStrategy :: Lens' CreateCapacityReservationFleet (Maybe Text) Source #

The strategy used by the Capacity Reservation Fleet to determine which of the specified instance types to use. Currently, only the prioritized allocation strategy is supported. For more information, see Allocation strategy in the Amazon EC2 User Guide.

Valid values: prioritized

createCapacityReservationFleet_dryRun :: Lens' CreateCapacityReservationFleet (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

createCapacityReservationFleet_totalTargetCapacity :: Lens' CreateCapacityReservationFleet Int Source #

The total number of capacity units to be reserved by the Capacity Reservation Fleet. This value, together with the instance type weights that you assign to each instance type used by the Fleet determine the number of instances for which the Fleet reserves capacity. Both values are based on units that make sense for your workload. For more information, see Total target capacity in the Amazon EC2 User Guide.

createCapacityReservationFleetResponse_endDate :: Lens' CreateCapacityReservationFleetResponse (Maybe UTCTime) Source #

The date and time at which the Capacity Reservation Fleet expires.

createCapacityReservationFleetResponse_fleetCapacityReservations :: Lens' CreateCapacityReservationFleetResponse (Maybe [FleetCapacityReservation]) Source #

Information about the individual Capacity Reservations in the Capacity Reservation Fleet.

createCapacityReservationFleetResponse_totalTargetCapacity :: Lens' CreateCapacityReservationFleetResponse (Maybe Int) Source #

The total number of capacity units for which the Capacity Reservation Fleet reserves capacity.

createCapacityReservationFleetResponse_createTime :: Lens' CreateCapacityReservationFleetResponse (Maybe UTCTime) Source #

The date and time at which the Capacity Reservation Fleet was created.

DescribeRegions

describeRegions_regionNames :: Lens' DescribeRegions (Maybe [Text]) Source #

The names of the Regions. You can specify any Regions, whether they are enabled and disabled for your account.

describeRegions_filters :: Lens' DescribeRegions (Maybe [Filter]) Source #

The filters.

  • endpoint - The endpoint of the Region (for example, ec2.us-east-1.amazonaws.com).
  • opt-in-status - The opt-in status of the Region (opt-in-not-required | opted-in | not-opted-in).
  • region-name - The name of the Region (for example, us-east-1).

describeRegions_allRegions :: Lens' DescribeRegions (Maybe Bool) Source #

Indicates whether to display all Regions, including Regions that are disabled for your account.

describeRegions_dryRun :: Lens' DescribeRegions (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

MonitorInstances

monitorInstances_dryRun :: Lens' MonitorInstances (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

RejectTransitGatewayMulticastDomainAssociations

rejectTransitGatewayMulticastDomainAssociations_subnetIds :: Lens' RejectTransitGatewayMulticastDomainAssociations (Maybe [Text]) Source #

The IDs of the subnets to associate with the transit gateway multicast domain.

rejectTransitGatewayMulticastDomainAssociations_dryRun :: Lens' RejectTransitGatewayMulticastDomainAssociations (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

AcceptTransitGatewayMulticastDomainAssociations

acceptTransitGatewayMulticastDomainAssociations_subnetIds :: Lens' AcceptTransitGatewayMulticastDomainAssociations (Maybe [Text]) Source #

The IDs of the subnets to associate with the transit gateway multicast domain.

acceptTransitGatewayMulticastDomainAssociations_dryRun :: Lens' AcceptTransitGatewayMulticastDomainAssociations (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

SearchLocalGatewayRoutes

searchLocalGatewayRoutes_dryRun :: Lens' SearchLocalGatewayRoutes (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

searchLocalGatewayRoutes_maxResults :: Lens' SearchLocalGatewayRoutes (Maybe Int) Source #

The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.

searchLocalGatewayRoutesResponse_nextToken :: Lens' SearchLocalGatewayRoutesResponse (Maybe Text) Source #

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

DeleteClientVpnRoute

deleteClientVpnRoute_targetVpcSubnetId :: Lens' DeleteClientVpnRoute (Maybe Text) Source #

The ID of the target subnet used by the route.

deleteClientVpnRoute_dryRun :: Lens' DeleteClientVpnRoute (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

deleteClientVpnRoute_clientVpnEndpointId :: Lens' DeleteClientVpnRoute Text Source #

The ID of the Client VPN endpoint from which the route is to be deleted.

deleteClientVpnRoute_destinationCidrBlock :: Lens' DeleteClientVpnRoute Text Source #

The IPv4 address range, in CIDR notation, of the route to be deleted.

AcceptVpcPeeringConnection

acceptVpcPeeringConnection_vpcPeeringConnectionId :: Lens' AcceptVpcPeeringConnection (Maybe Text) Source #

The ID of the VPC peering connection. You must specify this parameter in the request.

acceptVpcPeeringConnection_dryRun :: Lens' AcceptVpcPeeringConnection (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

ImportSnapshot

importSnapshot_clientToken :: Lens' ImportSnapshot (Maybe Text) Source #

Token to enable idempotency for VM import requests.

importSnapshot_roleName :: Lens' ImportSnapshot (Maybe Text) Source #

The name of the role to use when not using the default role, 'vmimport'.

importSnapshot_encrypted :: Lens' ImportSnapshot (Maybe Bool) Source #

Specifies whether the destination snapshot of the imported image should be encrypted. The default KMS key for EBS is used unless you specify a non-default KMS key using KmsKeyId. For more information, see Amazon EBS Encryption in the Amazon Elastic Compute Cloud User Guide.

importSnapshot_tagSpecifications :: Lens' ImportSnapshot (Maybe [TagSpecification]) Source #

The tags to apply to the import snapshot task during creation.

importSnapshot_kmsKeyId :: Lens' ImportSnapshot (Maybe Text) Source #

An identifier for the symmetric KMS key to use when creating the encrypted snapshot. This parameter is only required if you want to use a non-default KMS key; if this parameter is not specified, the default KMS key for EBS is used. If a KmsKeyId is specified, the Encrypted flag must also be set.

The KMS key identifier may be provided in any of the following formats:

  • Key ID
  • Key alias. The alias ARN contains the arn:aws:kms namespace, followed by the Region of the key, the Amazon Web Services account ID of the key owner, the alias namespace, and then the key alias. For example, arn:aws:kms:us-east-1:012345678910:alias/ExampleAlias.
  • ARN using key ID. The ID ARN contains the arn:aws:kms namespace, followed by the Region of the key, the Amazon Web Services account ID of the key owner, the key namespace, and then the key ID. For example, arn:aws:kms:us-east-1:012345678910:key/abcd1234-a123-456a-a12b-a123b4cd56ef.
  • ARN using key alias. The alias ARN contains the arn:aws:kms namespace, followed by the Region of the key, the Amazon Web Services account ID of the key owner, the alias namespace, and then the key alias. For example, arn:aws:kms:us-east-1:012345678910:alias/ExampleAlias.

Amazon Web Services parses KmsKeyId asynchronously, meaning that the action you call may appear to complete even though you provided an invalid identifier. This action will eventually report failure.

The specified KMS key must exist in the Region that the snapshot is being copied to.

Amazon EBS does not support asymmetric KMS keys.

importSnapshot_description :: Lens' ImportSnapshot (Maybe Text) Source #

The description string for the import snapshot task.

importSnapshot_dryRun :: Lens' ImportSnapshot (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

importSnapshotResponse_description :: Lens' ImportSnapshotResponse (Maybe Text) Source #

A description of the import snapshot task.

importSnapshotResponse_tags :: Lens' ImportSnapshotResponse (Maybe [Tag]) Source #

Any tags assigned to the import snapshot task.

DescribeAddressesAttribute

describeAddressesAttribute_dryRun :: Lens' DescribeAddressesAttribute (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

describeAddressesAttribute_maxResults :: Lens' DescribeAddressesAttribute (Maybe Natural) Source #

The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.

describeAddressesAttributeResponse_nextToken :: Lens' DescribeAddressesAttributeResponse (Maybe Text) Source #

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

DescribeVolumeStatus

describeVolumeStatus_filters :: Lens' DescribeVolumeStatus (Maybe [Filter]) Source #

The filters.

  • action.code - The action code for the event (for example, enable-volume-io).
  • action.description - A description of the action.
  • action.event-id - The event ID associated with the action.
  • availability-zone - The Availability Zone of the instance.
  • event.description - A description of the event.
  • event.event-id - The event ID.
  • event.event-type - The event type (for io-enabled: passed | failed; for io-performance: io-performance:degraded | io-performance:severely-degraded | io-performance:stalled).
  • event.not-after - The latest end time for the event.
  • event.not-before - The earliest start time for the event.
  • volume-status.details-name - The cause for volume-status.status (io-enabled | io-performance).
  • volume-status.details-status - The status of volume-status.details-name (for io-enabled: passed | failed; for io-performance: normal | degraded | severely-degraded | stalled).
  • volume-status.status - The status of the volume (ok | impaired | warning | insufficient-data).

describeVolumeStatus_volumeIds :: Lens' DescribeVolumeStatus (Maybe [Text]) Source #

The IDs of the volumes.

Default: Describes all your volumes.

describeVolumeStatus_nextToken :: Lens' DescribeVolumeStatus (Maybe Text) Source #

The NextToken value to include in a future DescribeVolumeStatus request. When the results of the request exceed MaxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.

describeVolumeStatus_dryRun :: Lens' DescribeVolumeStatus (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

describeVolumeStatus_maxResults :: Lens' DescribeVolumeStatus (Maybe Int) Source #

The maximum number of volume results returned by DescribeVolumeStatus in paginated output. When this parameter is used, the request only returns MaxResults results in a single page along with a NextToken response element. The remaining results of the initial request can be seen by sending another request with the returned NextToken value. This value can be between 5 and 1,000; if MaxResults is given a value larger than 1,000, only 1,000 results are returned. If this parameter is not used, then DescribeVolumeStatus returns all results. You cannot specify this parameter and the volume IDs parameter in the same request.

describeVolumeStatusResponse_nextToken :: Lens' DescribeVolumeStatusResponse (Maybe Text) Source #

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

DescribeReplaceRootVolumeTasks

describeReplaceRootVolumeTasks_filters :: Lens' DescribeReplaceRootVolumeTasks (Maybe [Filter]) Source #

Filter to use:

  • instance-id - The ID of the instance for which the root volume replacement task was created.

describeReplaceRootVolumeTasks_dryRun :: Lens' DescribeReplaceRootVolumeTasks (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

describeReplaceRootVolumeTasks_maxResults :: Lens' DescribeReplaceRootVolumeTasks (Maybe Natural) Source #

The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.

describeReplaceRootVolumeTasksResponse_nextToken :: Lens' DescribeReplaceRootVolumeTasksResponse (Maybe Text) Source #

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

ModifyInstanceEventWindow

modifyInstanceEventWindow_cronExpression :: Lens' ModifyInstanceEventWindow (Maybe Text) Source #

The cron expression of the event window, for example, * 0-4,20-23 * * 1,5.

Constraints:

  • Only hour and day of the week values are supported.
  • For day of the week values, you can specify either integers 0 through 6, or alternative single values SUN through SAT.
  • The minute, month, and year must be specified by *.
  • The hour value must be one or a multiple range, for example, 0-4 or 0-4,20-23.
  • Each hour range must be >= 2 hours, for example, 0-2 or 20-23.
  • The event window must be >= 4 hours. The combined total time ranges in the event window must be >= 4 hours.

For more information about cron expressions, see cron on the Wikipedia website.

modifyInstanceEventWindow_dryRun :: Lens' ModifyInstanceEventWindow (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

DescribeRouteTables

describeRouteTables_filters :: Lens' DescribeRouteTables (Maybe [Filter]) Source #

One or more filters.

  • association.route-table-association-id - The ID of an association ID for the route table.
  • association.route-table-id - The ID of the route table involved in the association.
  • association.subnet-id - The ID of the subnet involved in the association.
  • association.main - Indicates whether the route table is the main route table for the VPC (true | false). Route tables that do not have an association ID are not returned in the response.
  • owner-id - The ID of the Amazon Web Services account that owns the route table.
  • route-table-id - The ID of the route table.
  • route.destination-cidr-block - The IPv4 CIDR range specified in a route in the table.
  • route.destination-ipv6-cidr-block - The IPv6 CIDR range specified in a route in the route table.
  • route.destination-prefix-list-id - The ID (prefix) of the Amazon Web Service specified in a route in the table.
  • route.egress-only-internet-gateway-id - The ID of an egress-only Internet gateway specified in a route in the route table.
  • route.gateway-id - The ID of a gateway specified in a route in the table.
  • route.instance-id - The ID of an instance specified in a route in the table.
  • route.nat-gateway-id - The ID of a NAT gateway.
  • route.transit-gateway-id - The ID of a transit gateway.
  • route.origin - Describes how the route was created. CreateRouteTable indicates that the route was automatically created when the route table was created; CreateRoute indicates that the route was manually added to the route table; EnableVgwRoutePropagation indicates that the route was propagated by route propagation.
  • route.state - The state of a route in the route table (active | blackhole). The blackhole state indicates that the route's target isn't available (for example, the specified gateway isn't attached to the VPC, the specified NAT instance has been terminated, and so on).
  • route.vpc-peering-connection-id - The ID of a VPC peering connection specified in a route in the table.
  • tag:<key> - The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value. For example, to find all resources that have a tag with the key Owner and the value TeamA, specify tag:Owner for the filter name and TeamA for the filter value.
  • tag-key - The key of a tag assigned to the resource. Use this filter to find all resources assigned a tag with a specific key, regardless of the tag value.
  • vpc-id - The ID of the VPC for the route table.

describeRouteTables_nextToken :: Lens' DescribeRouteTables (Maybe Text) Source #

The token for the next page of results.

describeRouteTables_dryRun :: Lens' DescribeRouteTables (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

describeRouteTables_maxResults :: Lens' DescribeRouteTables (Maybe Natural) Source #

The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.

describeRouteTables_routeTableIds :: Lens' DescribeRouteTables (Maybe [Text]) Source #

One or more route table IDs.

Default: Describes all your route tables.

describeRouteTablesResponse_nextToken :: Lens' DescribeRouteTablesResponse (Maybe Text) Source #

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

DescribeAvailabilityZones

describeAvailabilityZones_zoneNames :: Lens' DescribeAvailabilityZones (Maybe [Text]) Source #

The names of the Availability Zones, Local Zones, and Wavelength Zones.

describeAvailabilityZones_allAvailabilityZones :: Lens' DescribeAvailabilityZones (Maybe Bool) Source #

Include all Availability Zones, Local Zones, and Wavelength Zones regardless of your opt-in status.

If you do not use this parameter, the results include only the zones for the Regions where you have chosen the option to opt in.

describeAvailabilityZones_zoneIds :: Lens' DescribeAvailabilityZones (Maybe [Text]) Source #

The IDs of the Availability Zones, Local Zones, and Wavelength Zones.

describeAvailabilityZones_filters :: Lens' DescribeAvailabilityZones (Maybe [Filter]) Source #

The filters.

  • group-name - For Availability Zones, use the Region name. For Local Zones, use the name of the group associated with the Local Zone (for example, us-west-2-lax-1) For Wavelength Zones, use the name of the group associated with the Wavelength Zone (for example, us-east-1-wl1-bos-wlz-1).
  • message - The Zone message.
  • opt-in-status - The opt-in status (opted-in, and not-opted-in | opt-in-not-required).
  • parent-zoneID - The ID of the zone that handles some of the Local Zone and Wavelength Zone control plane operations, such as API calls.
  • parent-zoneName - The ID of the zone that handles some of the Local Zone and Wavelength Zone control plane operations, such as API calls.
  • region-name - The name of the Region for the Zone (for example, us-east-1).
  • state - The state of the Availability Zone, the Local Zone, or the Wavelength Zone (available | information | impaired | unavailable).
  • zone-id - The ID of the Availability Zone (for example, use1-az1), the Local Zone (for example, usw2-lax1-az1), or the Wavelength Zone (for example, us-east-1-wl1-bos-wlz-1).
  • zone-type - The type of zone, for example, local-zone.
  • zone-name - The name of the Availability Zone (for example, us-east-1a), the Local Zone (for example, us-west-2-lax-1a), or the Wavelength Zone (for example, us-east-1-wl1-bos-wlz-1).
  • zone-type - The type of zone, for example, local-zone.

describeAvailabilityZones_dryRun :: Lens' DescribeAvailabilityZones (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

describeAvailabilityZonesResponse_availabilityZones :: Lens' DescribeAvailabilityZonesResponse (Maybe [AvailabilityZone]) Source #

Information about the Availability Zones, Local Zones, and Wavelength Zones.

ModifyVpcAttribute

modifyVpcAttribute_enableDnsHostnames :: Lens' ModifyVpcAttribute (Maybe AttributeBooleanValue) Source #

Indicates whether the instances launched in the VPC get DNS hostnames. If enabled, instances in the VPC get DNS hostnames; otherwise, they do not.

You cannot modify the DNS resolution and DNS hostnames attributes in the same request. Use separate requests for each attribute. You can only enable DNS hostnames if you've enabled DNS support.

modifyVpcAttribute_enableDnsSupport :: Lens' ModifyVpcAttribute (Maybe AttributeBooleanValue) Source #

Indicates whether the DNS resolution is supported for the VPC. If enabled, queries to the Amazon provided DNS server at the 169.254.169.253 IP address, or the reserved IP address at the base of the VPC network range "plus two" succeed. If disabled, the Amazon provided DNS service in the VPC that resolves public DNS hostnames to IP addresses is not enabled.

You cannot modify the DNS resolution and DNS hostnames attributes in the same request. Use separate requests for each attribute.

DescribeClientVpnConnections

describeClientVpnConnections_filters :: Lens' DescribeClientVpnConnections (Maybe [Filter]) Source #

One or more filters. Filter names and values are case-sensitive.

  • connection-id - The ID of the connection.
  • username - For Active Directory client authentication, the user name of the client who established the client connection.

describeClientVpnConnections_nextToken :: Lens' DescribeClientVpnConnections (Maybe Text) Source #

The token to retrieve the next page of results.

describeClientVpnConnections_dryRun :: Lens' DescribeClientVpnConnections (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

describeClientVpnConnections_maxResults :: Lens' DescribeClientVpnConnections (Maybe Natural) Source #

The maximum number of results to return for the request in a single page. The remaining results can be seen by sending another request with the nextToken value.

describeClientVpnConnectionsResponse_nextToken :: Lens' DescribeClientVpnConnectionsResponse (Maybe Text) Source #

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

DescribeFleetHistory

describeFleetHistory_nextToken :: Lens' DescribeFleetHistory (Maybe Text) Source #

The token for the next set of results.

describeFleetHistory_eventType :: Lens' DescribeFleetHistory (Maybe FleetEventType) Source #

The type of events to describe. By default, all events are described.

describeFleetHistory_dryRun :: Lens' DescribeFleetHistory (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

describeFleetHistory_maxResults :: Lens' DescribeFleetHistory (Maybe Int) Source #

The maximum number of results to return in a single call. Specify a value between 1 and 1000. The default value is 1000. To retrieve the remaining results, make another call with the returned NextToken value.

describeFleetHistory_startTime :: Lens' DescribeFleetHistory UTCTime Source #

The start date and time for the events, in UTC format (for example, YYYY-MM-DDTHH:MM:SSZ).

describeFleetHistoryResponse_startTime :: Lens' DescribeFleetHistoryResponse (Maybe UTCTime) Source #

The start date and time for the events, in UTC format (for example, YYYY-MM-DDTHH:MM:SSZ).

describeFleetHistoryResponse_lastEvaluatedTime :: Lens' DescribeFleetHistoryResponse (Maybe UTCTime) Source #

The last date and time for the events, in UTC format (for example, YYYY-MM-DDTHH:MM:SSZ). All records up to this time were retrieved.

If nextToken indicates that there are more results, this value is not present.

describeFleetHistoryResponse_historyRecords :: Lens' DescribeFleetHistoryResponse (Maybe [HistoryRecordEntry]) Source #

Information about the events in the history of the EC2 Fleet.

DescribeImages

describeImages_owners :: Lens' DescribeImages (Maybe [Text]) Source #

Scopes the results to images with the specified owners. You can specify a combination of Amazon Web Services account IDs, self, amazon, and aws-marketplace. If you omit this parameter, the results include all images for which you have launch permissions, regardless of ownership.

describeImages_executableUsers :: Lens' DescribeImages (Maybe [Text]) Source #

Scopes the images by users with explicit launch permissions. Specify an Amazon Web Services account ID, self (the sender of the request), or all (public AMIs).

describeImages_filters :: Lens' DescribeImages (Maybe [Filter]) Source #

The filters.

  • architecture - The image architecture (i386 | x86_64 | arm64).
  • block-device-mapping.delete-on-termination - A Boolean value that indicates whether the Amazon EBS volume is deleted on instance termination.
  • block-device-mapping.device-name - The device name specified in the block device mapping (for example, /dev/sdh or xvdh).
  • block-device-mapping.snapshot-id - The ID of the snapshot used for the Amazon EBS volume.
  • block-device-mapping.volume-size - The volume size of the Amazon EBS volume, in GiB.
  • block-device-mapping.volume-type - The volume type of the Amazon EBS volume (io1 | io2 | gp2 | gp3 | sc1 | st1 | standard).
  • block-device-mapping.encrypted - A Boolean that indicates whether the Amazon EBS volume is encrypted.
  • description - The description of the image (provided during image creation).
  • ena-support - A Boolean that indicates whether enhanced networking with ENA is enabled.
  • hypervisor - The hypervisor type (ovm | xen).
  • image-id - The ID of the image.
  • image-type - The image type (machine | kernel | ramdisk).
  • is-public - A Boolean that indicates whether the image is public.
  • kernel-id - The kernel ID.
  • manifest-location - The location of the image manifest.
  • name - The name of the AMI (provided during image creation).
  • owner-alias - The owner alias (amazon | aws-marketplace). The valid aliases are defined in an Amazon-maintained list. This is not the Amazon Web Services account alias that can be set using the IAM console. We recommend that you use the Owner request parameter instead of this filter.
  • owner-id - The Amazon Web Services account ID of the owner. We recommend that you use the Owner request parameter instead of this filter.
  • platform - The platform. To only list Windows-based AMIs, use windows.
  • product-code - The product code.
  • product-code.type - The type of the product code (marketplace).
  • ramdisk-id - The RAM disk ID.
  • root-device-name - The device name of the root device volume (for example, /dev/sda1).
  • root-device-type - The type of the root device volume (ebs | instance-store).
  • state - The state of the image (available | pending | failed).
  • state-reason-code - The reason code for the state change.
  • state-reason-message - The message for the state change.
  • sriov-net-support - A value of simple indicates that enhanced networking with the Intel 82599 VF interface is enabled.
  • tag:<key> - The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value. For example, to find all resources that have a tag with the key Owner and the value TeamA, specify tag:Owner for the filter name and TeamA for the filter value.
  • tag-key - The key of a tag assigned to the resource. Use this filter to find all resources assigned a tag with a specific key, regardless of the tag value.
  • virtualization-type - The virtualization type (paravirtual | hvm).

describeImages_imageIds :: Lens' DescribeImages (Maybe [Text]) Source #

The image IDs.

Default: Describes all images available to you.

describeImages_includeDeprecated :: Lens' DescribeImages (Maybe Bool) Source #

If true, all deprecated AMIs are included in the response. If false, no deprecated AMIs are included in the response. If no value is specified, the default value is false.

If you are the AMI owner, all deprecated AMIs appear in the response regardless of the value (true or false) that you set for this parameter.

describeImages_dryRun :: Lens' DescribeImages (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

DescribeElasticGpus

describeElasticGpus_filters :: Lens' DescribeElasticGpus (Maybe [Filter]) Source #

The filters.

  • availability-zone - The Availability Zone in which the Elastic Graphics accelerator resides.
  • elastic-gpu-health - The status of the Elastic Graphics accelerator (OK | IMPAIRED).
  • elastic-gpu-state - The state of the Elastic Graphics accelerator (ATTACHED).
  • elastic-gpu-type - The type of Elastic Graphics accelerator; for example, eg1.medium.
  • instance-id - The ID of the instance to which the Elastic Graphics accelerator is associated.

describeElasticGpus_nextToken :: Lens' DescribeElasticGpus (Maybe Text) Source #

The token to request the next page of results.

describeElasticGpus_dryRun :: Lens' DescribeElasticGpus (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

describeElasticGpus_maxResults :: Lens' DescribeElasticGpus (Maybe Natural) Source #

The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value. This value can be between 5 and 1000.

describeElasticGpus_elasticGpuIds :: Lens' DescribeElasticGpus (Maybe [Text]) Source #

The Elastic Graphics accelerator IDs.

describeElasticGpusResponse_elasticGpuSet :: Lens' DescribeElasticGpusResponse (Maybe [ElasticGpus]) Source #

Information about the Elastic Graphics accelerators.

describeElasticGpusResponse_nextToken :: Lens' DescribeElasticGpusResponse (Maybe Text) Source #

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

describeElasticGpusResponse_maxResults :: Lens' DescribeElasticGpusResponse (Maybe Int) Source #

The total number of items to return. If the total number of items available is more than the value specified in max-items then a Next-Token will be provided in the output that you can use to resume pagination.

DisassociateTrunkInterface

disassociateTrunkInterface_clientToken :: Lens' DisassociateTrunkInterface (Maybe Text) Source #

Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to Ensure Idempotency.

disassociateTrunkInterface_dryRun :: Lens' DisassociateTrunkInterface (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

disassociateTrunkInterfaceResponse_clientToken :: Lens' DisassociateTrunkInterfaceResponse (Maybe Text) Source #

Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to Ensure Idempotency.

disassociateTrunkInterfaceResponse_return :: Lens' DisassociateTrunkInterfaceResponse (Maybe Bool) Source #

Returns true if the request succeeds; otherwise, it returns an error.

RestoreAddressToClassic

restoreAddressToClassic_dryRun :: Lens' RestoreAddressToClassic (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

DescribeManagedPrefixLists

describeManagedPrefixLists_filters :: Lens' DescribeManagedPrefixLists (Maybe [Filter]) Source #

One or more filters.

  • owner-id - The ID of the prefix list owner.
  • prefix-list-id - The ID of the prefix list.
  • prefix-list-name - The name of the prefix list.

describeManagedPrefixLists_dryRun :: Lens' DescribeManagedPrefixLists (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

describeManagedPrefixLists_maxResults :: Lens' DescribeManagedPrefixLists (Maybe Natural) Source #

The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.

describeManagedPrefixListsResponse_nextToken :: Lens' DescribeManagedPrefixListsResponse (Maybe Text) Source #

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

CreateKeyPair

createKeyPair_keyType :: Lens' CreateKeyPair (Maybe KeyType) Source #

The type of key pair. Note that ED25519 keys are not supported for Windows instances, EC2 Instance Connect, and EC2 Serial Console.

Default: rsa

createKeyPair_dryRun :: Lens' CreateKeyPair (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

createKeyPair_keyName :: Lens' CreateKeyPair Text Source #

A unique name for the key pair.

Constraints: Up to 255 ASCII characters

createKeyPairResponse_tags :: Lens' CreateKeyPairResponse (Maybe [Tag]) Source #

Any tags applied to the key pair.

createKeyPairResponse_keyFingerprint :: Lens' CreateKeyPairResponse Text Source #

The SHA-1 digest of the DER encoded private key.

createKeyPairResponse_keyMaterial :: Lens' CreateKeyPairResponse Text Source #

An unencrypted PEM encoded RSA or ED25519 private key.

GetReservedInstancesExchangeQuote

getReservedInstancesExchangeQuote_targetConfigurations :: Lens' GetReservedInstancesExchangeQuote (Maybe [TargetConfigurationRequest]) Source #

The configuration of the target Convertible Reserved Instance to exchange for your current Convertible Reserved Instances.

getReservedInstancesExchangeQuote_dryRun :: Lens' GetReservedInstancesExchangeQuote (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

getReservedInstancesExchangeQuote_reservedInstanceIds :: Lens' GetReservedInstancesExchangeQuote [Text] Source #

The IDs of the Convertible Reserved Instances to exchange.

getReservedInstancesExchangeQuoteResponse_isValidExchange :: Lens' GetReservedInstancesExchangeQuoteResponse (Maybe Bool) Source #

If true, the exchange is valid. If false, the exchange cannot be completed.

DeleteVolume

deleteVolume_dryRun :: Lens' DeleteVolume (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

DeprovisionByoipCidr

deprovisionByoipCidr_dryRun :: Lens' DeprovisionByoipCidr (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

deprovisionByoipCidr_cidr :: Lens' DeprovisionByoipCidr Text Source #

The address range, in CIDR notation. The prefix must be the same prefix that you specified when you provisioned the address range.

GetSerialConsoleAccessStatus

getSerialConsoleAccessStatus_dryRun :: Lens' GetSerialConsoleAccessStatus (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

getSerialConsoleAccessStatusResponse_serialConsoleAccessEnabled :: Lens' GetSerialConsoleAccessStatusResponse (Maybe Bool) Source #

If true, access to the EC2 serial console of all instances is enabled for your account. If false, access to the EC2 serial console of all instances is disabled for your account.

DeleteVpcEndpointServiceConfigurations

deleteVpcEndpointServiceConfigurations_dryRun :: Lens' DeleteVpcEndpointServiceConfigurations (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

deleteVpcEndpointServiceConfigurationsResponse_unsuccessful :: Lens' DeleteVpcEndpointServiceConfigurationsResponse (Maybe [UnsuccessfulItem]) Source #

Information about the service configurations that were not deleted, if applicable.

DescribeSpotFleetInstances

describeSpotFleetInstances_dryRun :: Lens' DescribeSpotFleetInstances (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

describeSpotFleetInstances_maxResults :: Lens' DescribeSpotFleetInstances (Maybe Natural) Source #

The maximum number of results to return in a single call. Specify a value between 1 and 1000. The default value is 1000. To retrieve the remaining results, make another call with the returned NextToken value.

describeSpotFleetInstancesResponse_nextToken :: Lens' DescribeSpotFleetInstancesResponse (Maybe Text) Source #

The token required to retrieve the next set of results. This value is null when there are no more results to return.

describeSpotFleetInstancesResponse_activeInstances :: Lens' DescribeSpotFleetInstancesResponse (Maybe [ActiveInstance]) Source #

The running instances. This list is refreshed periodically and might be out of date.

Types

AccountAttribute

accountAttribute_attributeName :: Lens' AccountAttribute (Maybe Text) Source #

The name of the account attribute.

AccountAttributeValue

ActiveInstance

activeInstance_instanceHealth :: Lens' ActiveInstance (Maybe InstanceHealthStatus) Source #

The health status of the instance. If the status of either the instance status check or the system status check is impaired, the health status of the instance is unhealthy. Otherwise, the health status is healthy.

AddPrefixListEntry

addPrefixListEntry_description :: Lens' AddPrefixListEntry (Maybe Text) Source #

A description for the entry.

Constraints: Up to 255 characters in length.

Address

address_associationId :: Lens' Address (Maybe Text) Source #

The ID representing the association of the address with an instance in a VPC.

address_instanceId :: Lens' Address (Maybe Text) Source #

The ID of the instance that the address is associated with (if any).

address_networkInterfaceOwnerId :: Lens' Address (Maybe Text) Source #

The ID of the Amazon Web Services account that owns the network interface.

address_allocationId :: Lens' Address (Maybe Text) Source #

The ID representing the allocation of the address for use with EC2-VPC.

address_carrierIp :: Lens' Address (Maybe Text) Source #

The carrier IP address associated. This option is only available for network interfaces which reside in a subnet in a Wavelength Zone (for example an EC2 instance).

address_networkBorderGroup :: Lens' Address (Maybe Text) Source #

The name of the unique set of Availability Zones, Local Zones, or Wavelength Zones from which Amazon Web Services advertises IP addresses.

address_domain :: Lens' Address (Maybe DomainType) Source #

Indicates whether this Elastic IP address is for use with instances in EC2-Classic (standard) or instances in a VPC (vpc).

address_networkInterfaceId :: Lens' Address (Maybe Text) Source #

The ID of the network interface.

address_publicIpv4Pool :: Lens' Address (Maybe Text) Source #

The ID of an address pool.

address_customerOwnedIpv4Pool :: Lens' Address (Maybe Text) Source #

The ID of the customer-owned address pool.

address_customerOwnedIp :: Lens' Address (Maybe Text) Source #

The customer-owned IP address.

address_privateIpAddress :: Lens' Address (Maybe Text) Source #

The private IP address associated with the Elastic IP address.

address_publicIp :: Lens' Address (Maybe Text) Source #

The Elastic IP address.

address_tags :: Lens' Address (Maybe [Tag]) Source #

Any tags assigned to the Elastic IP address.

AddressAttribute

addressAttribute_ptrRecord :: Lens' AddressAttribute (Maybe Text) Source #

The pointer (PTR) record for the IP address.

AllowedPrincipal

allowedPrincipal_principal :: Lens' AllowedPrincipal (Maybe Text) Source #

The Amazon Resource Name (ARN) of the principal.

AlternatePathHint

alternatePathHint_componentArn :: Lens' AlternatePathHint (Maybe Text) Source #

The Amazon Resource Name (ARN) of the component.

AnalysisAclRule

analysisAclRule_ruleAction :: Lens' AnalysisAclRule (Maybe Text) Source #

Indicates whether to allow or deny traffic that matches the rule.

analysisAclRule_cidr :: Lens' AnalysisAclRule (Maybe Text) Source #

The IPv4 address range, in CIDR notation.

analysisAclRule_egress :: Lens' AnalysisAclRule (Maybe Bool) Source #

Indicates whether the rule is an outbound rule.

AnalysisComponent

analysisComponent_arn :: Lens' AnalysisComponent (Maybe Text) Source #

The Amazon Resource Name (ARN) of the component.

AnalysisLoadBalancerListener

analysisLoadBalancerListener_instancePort :: Lens' AnalysisLoadBalancerListener (Maybe Natural) Source #

Classic Load Balancers
The back-end port for the listener.

AnalysisLoadBalancerTarget

AnalysisPacketHeader

AnalysisRouteTableRoute

analysisRouteTableRoute_instanceId :: Lens' AnalysisRouteTableRoute (Maybe Text) Source #

The ID of the instance, such as a NAT instance.

analysisRouteTableRoute_origin :: Lens' AnalysisRouteTableRoute (Maybe Text) Source #

Describes how the route was created. The following are possible values:

  • CreateRouteTable - The route was automatically created when the route table was created.
  • CreateRoute - The route was manually added to the route table.
  • EnableVgwRoutePropagation - The route was propagated by route propagation.

analysisRouteTableRoute_gatewayId :: Lens' AnalysisRouteTableRoute (Maybe Text) Source #

The ID of the gateway, such as an internet gateway or virtual private gateway.

analysisRouteTableRoute_destinationCidr :: Lens' AnalysisRouteTableRoute (Maybe Text) Source #

The destination IPv4 address, in CIDR notation.

AnalysisSecurityGroupRule

analysisSecurityGroupRule_direction :: Lens' AnalysisSecurityGroupRule (Maybe Text) Source #

The direction. The following are possible values:

  • egress
  • ingress

analysisSecurityGroupRule_cidr :: Lens' AnalysisSecurityGroupRule (Maybe Text) Source #

The IPv4 address range, in CIDR notation.

AssignedPrivateIpAddress

assignedPrivateIpAddress_privateIpAddress :: Lens' AssignedPrivateIpAddress (Maybe Text) Source #

The private IP address assigned to the network interface.

AssociatedRole

associatedRole_certificateS3BucketName :: Lens' AssociatedRole (Maybe Text) Source #

The name of the Amazon S3 bucket in which the Amazon S3 object is stored.

associatedRole_certificateS3ObjectKey :: Lens' AssociatedRole (Maybe Text) Source #

The key of the Amazon S3 object ey where the certificate, certificate chain, and encrypted private key bundle is stored. The object key is formated as follows: role_arn/certificate_arn.

associatedRole_encryptionKmsKeyId :: Lens' AssociatedRole (Maybe Text) Source #

The ID of the KMS customer master key (CMK) used to encrypt the private key.

associatedRole_associatedRoleArn :: Lens' AssociatedRole (Maybe Text) Source #

The ARN of the associated IAM role.

AssociatedTargetNetwork

AssociationStatus

associationStatus_code :: Lens' AssociationStatus (Maybe AssociationStatusCode) Source #

The state of the target network association.

associationStatus_message :: Lens' AssociationStatus (Maybe Text) Source #

A message about the status of the target network association, if applicable.

AthenaIntegration

athenaIntegration_integrationResultS3DestinationArn :: Lens' AthenaIntegration Text Source #

The location in Amazon S3 to store the generated CloudFormation template.

AttributeBooleanValue

attributeBooleanValue_value :: Lens' AttributeBooleanValue (Maybe Bool) Source #

The attribute value. The valid values are true or false.

AttributeValue

attributeValue_value :: Lens' AttributeValue (Maybe Text) Source #

The attribute value. The value is case-sensitive.

AuthorizationRule

authorizationRule_accessAll :: Lens' AuthorizationRule (Maybe Bool) Source #

Indicates whether the authorization rule grants access to all clients.

authorizationRule_clientVpnEndpointId :: Lens' AuthorizationRule (Maybe Text) Source #

The ID of the Client VPN endpoint with which the authorization rule is associated.

authorizationRule_groupId :: Lens' AuthorizationRule (Maybe Text) Source #

The ID of the Active Directory group to which the authorization rule grants access.

authorizationRule_destinationCidr :: Lens' AuthorizationRule (Maybe Text) Source #

The IPv4 address range, in CIDR notation, of the network to which the authorization rule applies.

authorizationRule_description :: Lens' AuthorizationRule (Maybe Text) Source #

A brief description of the authorization rule.

AvailabilityZone

availabilityZone_state :: Lens' AvailabilityZone (Maybe AvailabilityZoneState) Source #

The state of the Availability Zone, Local Zone, or Wavelength Zone.

availabilityZone_parentZoneId :: Lens' AvailabilityZone (Maybe Text) Source #

The ID of the zone that handles some of the Local Zone or Wavelength Zone control plane operations, such as API calls.

availabilityZone_parentZoneName :: Lens' AvailabilityZone (Maybe Text) Source #

The name of the zone that handles some of the Local Zone or Wavelength Zone control plane operations, such as API calls.

availabilityZone_networkBorderGroup :: Lens' AvailabilityZone (Maybe Text) Source #

The name of the network border group.

availabilityZone_zoneId :: Lens' AvailabilityZone (Maybe Text) Source #

The ID of the Availability Zone, Local Zone, or Wavelength Zone.

availabilityZone_zoneName :: Lens' AvailabilityZone (Maybe Text) Source #

The name of the Availability Zone, Local Zone, or Wavelength Zone.

availabilityZone_optInStatus :: Lens' AvailabilityZone (Maybe AvailabilityZoneOptInStatus) Source #

For Availability Zones, this parameter always has the value of opt-in-not-required.

For Local Zones and Wavelength Zones, this parameter is the opt-in status. The possible values are opted-in, and not-opted-in.

availabilityZone_messages :: Lens' AvailabilityZone (Maybe [AvailabilityZoneMessage]) Source #

Any messages about the Availability Zone, Local Zone, or Wavelength Zone.

availabilityZone_groupName :: Lens' AvailabilityZone (Maybe Text) Source #

For Availability Zones, this parameter has the same value as the Region name.

For Local Zones, the name of the associated group, for example us-west-2-lax-1.

For Wavelength Zones, the name of the associated group, for example us-east-1-wl1-bos-wlz-1.

availabilityZone_zoneType :: Lens' AvailabilityZone (Maybe Text) Source #

The type of zone. The valid values are availability-zone, local-zone, and wavelength-zone.

AvailabilityZoneMessage

availabilityZoneMessage_message :: Lens' AvailabilityZoneMessage (Maybe Text) Source #

The message about the Availability Zone, Local Zone, or Wavelength Zone.

AvailableCapacity

availableCapacity_availableInstanceCapacity :: Lens' AvailableCapacity (Maybe [InstanceCapacity]) Source #

The number of instances that can be launched onto the Dedicated Host depending on the host's available capacity. For Dedicated Hosts that support multiple instance types, this parameter represents the number of instances for each instance size that is supported on the host.

availableCapacity_availableVCpus :: Lens' AvailableCapacity (Maybe Int) Source #

The number of vCPUs available for launching instances onto the Dedicated Host.

BlobAttributeValue

blobAttributeValue_value :: Lens' BlobAttributeValue (Maybe ByteString) Source #

Undocumented member.-- -- Note: This Lens automatically encodes and decodes Base64 data. -- The underlying isomorphism will encode to Base64 representation during -- serialisation, and decode from Base64 representation during deserialisation. -- This Lens accepts and returns only raw unencoded data.

BlockDeviceMapping

blockDeviceMapping_virtualName :: Lens' BlockDeviceMapping (Maybe Text) Source #

The virtual device name (ephemeralN). Instance store volumes are numbered starting from 0. An instance type with 2 available instance store volumes can specify mappings for ephemeral0 and ephemeral1. The number of available instance store volumes depends on the instance type. After you connect to the instance, you must mount the volume.

NVMe instance store volumes are automatically enumerated and assigned a device name. Including them in your block device mapping has no effect.

Constraints: For M3 instances, you must specify instance store volumes in the block device mapping for the instance. When you launch an M3 instance, we ignore any instance store volumes specified in the block device mapping for the AMI.

blockDeviceMapping_noDevice :: Lens' BlockDeviceMapping (Maybe Text) Source #

To omit the device from the block device mapping, specify an empty string. When this property is specified, the device is removed from the block device mapping regardless of the assigned value.

blockDeviceMapping_ebs :: Lens' BlockDeviceMapping (Maybe EbsBlockDevice) Source #

Parameters used to automatically set up EBS volumes when the instance is launched.

blockDeviceMapping_deviceName :: Lens' BlockDeviceMapping Text Source #

The device name (for example, /dev/sdh or xvdh).

BundleTask

bundleTask_bundleTaskError :: Lens' BundleTask (Maybe BundleTaskError) Source #

If the task fails, a description of the error.

bundleTask_bundleId :: Lens' BundleTask Text Source #

The ID of the bundle task.

bundleTask_instanceId :: Lens' BundleTask Text Source #

The ID of the instance associated with this bundle task.

bundleTask_progress :: Lens' BundleTask Text Source #

The level of task completion, as a percent (for example, 20%).

bundleTask_startTime :: Lens' BundleTask UTCTime Source #

The time this task started.

bundleTask_storage :: Lens' BundleTask Storage Source #

The Amazon S3 storage locations.

bundleTask_updateTime :: Lens' BundleTask UTCTime Source #

The time of the most recent update for the task.

BundleTaskError

ByoipCidr

byoipCidr_state :: Lens' ByoipCidr (Maybe ByoipCidrState) Source #

The state of the address pool.

byoipCidr_cidr :: Lens' ByoipCidr (Maybe Text) Source #

The address range, in CIDR notation.

byoipCidr_statusMessage :: Lens' ByoipCidr (Maybe Text) Source #

Upon success, contains the ID of the address pool. Otherwise, contains an error message.

byoipCidr_description :: Lens' ByoipCidr (Maybe Text) Source #

The description of the address range.

CancelCapacityReservationFleetError

CancelSpotFleetRequestsError

CancelSpotFleetRequestsErrorItem

CancelSpotFleetRequestsSuccessItem

CancelledSpotInstanceRequest

CapacityReservation

capacityReservation_capacityReservationFleetId :: Lens' CapacityReservation (Maybe Text) Source #

The ID of the Capacity Reservation Fleet to which the Capacity Reservation belongs. Only valid for Capacity Reservations that were created by a Capacity Reservation Fleet.

capacityReservation_state :: Lens' CapacityReservation (Maybe CapacityReservationState) Source #

The current state of the Capacity Reservation. A Capacity Reservation can be in one of the following states:

  • active - The Capacity Reservation is active and the capacity is available for your use.
  • expired - The Capacity Reservation expired automatically at the date and time specified in your request. The reserved capacity is no longer available for your use.
  • cancelled - The Capacity Reservation was cancelled. The reserved capacity is no longer available for your use.
  • pending - The Capacity Reservation request was successful but the capacity provisioning is still pending.
  • failed - The Capacity Reservation request has failed. A request might fail due to invalid request parameters, capacity constraints, or instance limit constraints. Failed requests are retained for 60 minutes.

capacityReservation_availabilityZoneId :: Lens' CapacityReservation (Maybe Text) Source #

The Availability Zone ID of the Capacity Reservation.

capacityReservation_createDate :: Lens' CapacityReservation (Maybe UTCTime) Source #

The date and time at which the Capacity Reservation was created.

capacityReservation_outpostArn :: Lens' CapacityReservation (Maybe Text) Source #

The Amazon Resource Name (ARN) of the Outpost on which the Capacity Reservation was created.

capacityReservation_endDate :: Lens' CapacityReservation (Maybe UTCTime) Source #

The date and time at which the Capacity Reservation expires. When a Capacity Reservation expires, the reserved capacity is released and you can no longer launch instances into it. The Capacity Reservation's state changes to expired when it reaches its end date and time.

capacityReservation_availableInstanceCount :: Lens' CapacityReservation (Maybe Int) Source #

The remaining capacity. Indicates the number of instances that can be launched in the Capacity Reservation.

capacityReservation_ephemeralStorage :: Lens' CapacityReservation (Maybe Bool) Source #

Indicates whether the Capacity Reservation supports instances with temporary, block-level storage.

capacityReservation_instancePlatform :: Lens' CapacityReservation (Maybe CapacityReservationInstancePlatform) Source #

The type of operating system for which the Capacity Reservation reserves capacity.

capacityReservation_instanceMatchCriteria :: Lens' CapacityReservation (Maybe InstanceMatchCriteria) Source #

Indicates the type of instance launches that the Capacity Reservation accepts. The options include:

  • open - The Capacity Reservation accepts all instances that have matching attributes (instance type, platform, and Availability Zone). Instances that have matching attributes launch into the Capacity Reservation automatically without specifying any additional parameters.
  • targeted - The Capacity Reservation only accepts instances that have matching attributes (instance type, platform, and Availability Zone), and explicitly target the Capacity Reservation. This ensures that only permitted instances can use the reserved capacity.

capacityReservation_instanceType :: Lens' CapacityReservation (Maybe Text) Source #

The type of instance for which the Capacity Reservation reserves capacity.

capacityReservation_ebsOptimized :: Lens' CapacityReservation (Maybe Bool) Source #

Indicates whether the Capacity Reservation supports EBS-optimized instances. This optimization provides dedicated throughput to Amazon EBS and an optimized configuration stack to provide optimal I/O performance. This optimization isn't available with all instance types. Additional usage charges apply when using an EBS- optimized instance.

capacityReservation_ownerId :: Lens' CapacityReservation (Maybe Text) Source #

The ID of the Amazon Web Services account that owns the Capacity Reservation.

capacityReservation_startDate :: Lens' CapacityReservation (Maybe UTCTime) Source #

The date and time at which the Capacity Reservation was started.

capacityReservation_availabilityZone :: Lens' CapacityReservation (Maybe Text) Source #

The Availability Zone in which the capacity is reserved.

capacityReservation_tenancy :: Lens' CapacityReservation (Maybe CapacityReservationTenancy) Source #

Indicates the tenancy of the Capacity Reservation. A Capacity Reservation can have one of the following tenancy settings:

  • default - The Capacity Reservation is created on hardware that is shared with other Amazon Web Services accounts.
  • dedicated - The Capacity Reservation is created on single-tenant hardware that is dedicated to a single Amazon Web Services account.

capacityReservation_totalInstanceCount :: Lens' CapacityReservation (Maybe Int) Source #

The total number of instances for which the Capacity Reservation reserves capacity.

capacityReservation_endDateType :: Lens' CapacityReservation (Maybe EndDateType) Source #

Indicates the way in which the Capacity Reservation ends. A Capacity Reservation can have one of the following end types:

  • unlimited - The Capacity Reservation remains active until you explicitly cancel it.
  • limited - The Capacity Reservation expires automatically at a specified date and time.

capacityReservation_tags :: Lens' CapacityReservation (Maybe [Tag]) Source #

Any tags assigned to the Capacity Reservation.

capacityReservation_capacityReservationArn :: Lens' CapacityReservation (Maybe Text) Source #

The Amazon Resource Name (ARN) of the Capacity Reservation.

CapacityReservationFleet

capacityReservationFleet_state :: Lens' CapacityReservationFleet (Maybe CapacityReservationFleetState) Source #

The state of the Capacity Reservation Fleet. Possible states include:

  • submitted - The Capacity Reservation Fleet request has been submitted and Amazon Elastic Compute Cloud is preparing to create the Capacity Reservations.
  • modifying - The Capacity Reservation Fleet is being modified. The Fleet remains in this state until the modification is complete.
  • active - The Capacity Reservation Fleet has fulfilled its total target capacity and it is attempting to maintain this capacity. The Fleet remains in this state until it is modified or deleted.
  • partially_fulfilled - The Capacity Reservation Fleet has partially fulfilled its total target capacity. There is insufficient Amazon EC2 to fulfill the total target capacity. The Fleet is attempting to asynchronously fulfill its total target capacity.
  • expiring - The Capacity Reservation Fleet has reach its end date and it is in the process of expiring. One or more of its Capacity reservations might still be active.
  • expired - The Capacity Reservation Fleet has reach its end date. The Fleet and its Capacity Reservations are expired. The Fleet can't create new Capacity Reservations.
  • cancelling - The Capacity Reservation Fleet is in the process of being cancelled. One or more of its Capacity reservations might still be active.
  • cancelled - The Capacity Reservation Fleet has been manually cancelled. The Fleet and its Capacity Reservations are cancelled and the Fleet can't create new Capacity Reservations.
  • failed - The Capacity Reservation Fleet failed to reserve capacity for the specified instance types.

capacityReservationFleet_endDate :: Lens' CapacityReservationFleet (Maybe UTCTime) Source #

The date and time at which the Capacity Reservation Fleet expires.

capacityReservationFleet_instanceMatchCriteria :: Lens' CapacityReservationFleet (Maybe FleetInstanceMatchCriteria) Source #

Indicates the type of instance launches that the Capacity Reservation Fleet accepts. All Capacity Reservations in the Fleet inherit this instance matching criteria.

Currently, Capacity Reservation Fleets support open instance matching criteria only. This means that instances that have matching attributes (instance type, platform, and Availability Zone) run in the Capacity Reservations automatically. Instances do not need to explicitly target a Capacity Reservation Fleet to use its reserved capacity.

capacityReservationFleet_totalTargetCapacity :: Lens' CapacityReservationFleet (Maybe Int) Source #

The total number of capacity units for which the Capacity Reservation Fleet reserves capacity. For more information, see Total target capacity in the Amazon EC2 User Guide.

capacityReservationFleet_instanceTypeSpecifications :: Lens' CapacityReservationFleet (Maybe [FleetCapacityReservation]) Source #

Information about the instance types for which to reserve the capacity.

capacityReservationFleet_tenancy :: Lens' CapacityReservationFleet (Maybe FleetCapacityReservationTenancy) Source #

The tenancy of the Capacity Reservation Fleet. Tenancies include:

  • default - The Capacity Reservation Fleet is created on hardware that is shared with other Amazon Web Services accounts.
  • dedicated - The Capacity Reservation Fleet is created on single-tenant hardware that is dedicated to a single Amazon Web Services account.

capacityReservationFleet_allocationStrategy :: Lens' CapacityReservationFleet (Maybe Text) Source #

The strategy used by the Capacity Reservation Fleet to determine which of the specified instance types to use. For more information, see For more information, see Allocation strategy in the Amazon EC2 User Guide.

capacityReservationFleet_createTime :: Lens' CapacityReservationFleet (Maybe UTCTime) Source #

The date and time at which the Capacity Reservation Fleet was created.

capacityReservationFleet_tags :: Lens' CapacityReservationFleet (Maybe [Tag]) Source #

The tags assigned to the Capacity Reservation Fleet.

CapacityReservationFleetCancellationState

CapacityReservationGroup

capacityReservationGroup_ownerId :: Lens' CapacityReservationGroup (Maybe Text) Source #

The ID of the Amazon Web Services account that owns the resource group.

CapacityReservationOptions

capacityReservationOptions_usageStrategy :: Lens' CapacityReservationOptions (Maybe FleetCapacityReservationUsageStrategy) Source #

Indicates whether to use unused Capacity Reservations for fulfilling On-Demand capacity.

If you specify use-capacity-reservations-first, the fleet uses unused Capacity Reservations to fulfill On-Demand capacity up to the target On-Demand capacity. If multiple instance pools have unused Capacity Reservations, the On-Demand allocation strategy (lowest-price or prioritized) is applied. If the number of unused Capacity Reservations is less than the On-Demand target capacity, the remaining On-Demand target capacity is launched according to the On-Demand allocation strategy (lowest-price or prioritized).

If you do not specify a value, the fleet fulfils the On-Demand capacity according to the chosen On-Demand allocation strategy.

CapacityReservationOptionsRequest

capacityReservationOptionsRequest_usageStrategy :: Lens' CapacityReservationOptionsRequest (Maybe FleetCapacityReservationUsageStrategy) Source #

Indicates whether to use unused Capacity Reservations for fulfilling On-Demand capacity.

If you specify use-capacity-reservations-first, the fleet uses unused Capacity Reservations to fulfill On-Demand capacity up to the target On-Demand capacity. If multiple instance pools have unused Capacity Reservations, the On-Demand allocation strategy (lowest-price or prioritized) is applied. If the number of unused Capacity Reservations is less than the On-Demand target capacity, the remaining On-Demand target capacity is launched according to the On-Demand allocation strategy (lowest-price or prioritized).

If you do not specify a value, the fleet fulfils the On-Demand capacity according to the chosen On-Demand allocation strategy.

CapacityReservationSpecification

capacityReservationSpecification_capacityReservationTarget :: Lens' CapacityReservationSpecification (Maybe CapacityReservationTarget) Source #

Information about the target Capacity Reservation or Capacity Reservation group.

capacityReservationSpecification_capacityReservationPreference :: Lens' CapacityReservationSpecification (Maybe CapacityReservationPreference) Source #

Indicates the instance's Capacity Reservation preferences. Possible preferences include:

  • open - The instance can run in any open Capacity Reservation that has matching attributes (instance type, platform, Availability Zone).
  • none - The instance avoids running in a Capacity Reservation even if one is available. The instance runs as an On-Demand Instance.

CapacityReservationSpecificationResponse

capacityReservationSpecificationResponse_capacityReservationPreference :: Lens' CapacityReservationSpecificationResponse (Maybe CapacityReservationPreference) Source #

Describes the instance's Capacity Reservation preferences. Possible preferences include:

  • open - The instance can run in any open Capacity Reservation that has matching attributes (instance type, platform, Availability Zone).
  • none - The instance avoids running in a Capacity Reservation even if one is available. The instance runs in On-Demand capacity.

CapacityReservationTarget

capacityReservationTarget_capacityReservationId :: Lens' CapacityReservationTarget (Maybe Text) Source #

The ID of the Capacity Reservation in which to run the instance.

capacityReservationTarget_capacityReservationResourceGroupArn :: Lens' CapacityReservationTarget (Maybe Text) Source #

The ARN of the Capacity Reservation resource group in which to run the instance.

CapacityReservationTargetResponse

CarrierGateway

carrierGateway_vpcId :: Lens' CarrierGateway (Maybe Text) Source #

The ID of the VPC associated with the carrier gateway.

carrierGateway_ownerId :: Lens' CarrierGateway (Maybe Text) Source #

The Amazon Web Services account ID of the owner of the carrier gateway.

carrierGateway_tags :: Lens' CarrierGateway (Maybe [Tag]) Source #

The tags assigned to the carrier gateway.

CertificateAuthentication

CertificateAuthenticationRequest

certificateAuthenticationRequest_clientRootCertificateChainArn :: Lens' CertificateAuthenticationRequest (Maybe Text) Source #

The ARN of the client certificate. The certificate must be signed by a certificate authority (CA) and it must be provisioned in Certificate Manager (ACM).

CidrAuthorizationContext

cidrAuthorizationContext_message :: Lens' CidrAuthorizationContext Text Source #

The plain-text authorization message for the prefix and account.

cidrAuthorizationContext_signature :: Lens' CidrAuthorizationContext Text Source #

The signed authorization message for the prefix and account.

CidrBlock

ClassicLinkDnsSupport

classicLinkDnsSupport_classicLinkDnsSupported :: Lens' ClassicLinkDnsSupport (Maybe Bool) Source #

Indicates whether ClassicLink DNS support is enabled for the VPC.

ClassicLinkInstance

classicLinkInstance_tags :: Lens' ClassicLinkInstance (Maybe [Tag]) Source #

Any tags assigned to the instance.

ClassicLoadBalancer

ClassicLoadBalancersConfig

ClientCertificateRevocationListStatus

clientCertificateRevocationListStatus_message :: Lens' ClientCertificateRevocationListStatus (Maybe Text) Source #

A message about the status of the client certificate revocation list, if applicable.

ClientConnectOptions

clientConnectOptions_enabled :: Lens' ClientConnectOptions (Maybe Bool) Source #

Indicates whether client connect options are enabled. The default is false (not enabled).

clientConnectOptions_lambdaFunctionArn :: Lens' ClientConnectOptions (Maybe Text) Source #

The Amazon Resource Name (ARN) of the Lambda function used for connection authorization.

ClientConnectResponseOptions

clientConnectResponseOptions_enabled :: Lens' ClientConnectResponseOptions (Maybe Bool) Source #

Indicates whether client connect options are enabled.

clientConnectResponseOptions_lambdaFunctionArn :: Lens' ClientConnectResponseOptions (Maybe Text) Source #

The Amazon Resource Name (ARN) of the Lambda function used for connection authorization.

ClientData

clientData_uploadStart :: Lens' ClientData (Maybe UTCTime) Source #

The time that the disk upload starts.

clientData_uploadSize :: Lens' ClientData (Maybe Double) Source #

The size of the uploaded disk image, in GiB.

clientData_uploadEnd :: Lens' ClientData (Maybe UTCTime) Source #

The time that the disk upload ends.

clientData_comment :: Lens' ClientData (Maybe Text) Source #

A user-defined comment about the disk upload.

ClientVpnAuthentication

clientVpnAuthentication_federatedAuthentication :: Lens' ClientVpnAuthentication (Maybe FederatedAuthentication) Source #

Information about the IAM SAML identity provider, if applicable.

clientVpnAuthentication_mutualAuthentication :: Lens' ClientVpnAuthentication (Maybe CertificateAuthentication) Source #

Information about the authentication certificates, if applicable.

ClientVpnAuthenticationRequest

clientVpnAuthenticationRequest_activeDirectory :: Lens' ClientVpnAuthenticationRequest (Maybe DirectoryServiceAuthenticationRequest) Source #

Information about the Active Directory to be used, if applicable. You must provide this information if Type is directory-service-authentication.

clientVpnAuthenticationRequest_federatedAuthentication :: Lens' ClientVpnAuthenticationRequest (Maybe FederatedAuthenticationRequest) Source #

Information about the IAM SAML identity provider to be used, if applicable. You must provide this information if Type is federated-authentication.

clientVpnAuthenticationRequest_mutualAuthentication :: Lens' ClientVpnAuthenticationRequest (Maybe CertificateAuthenticationRequest) Source #

Information about the authentication certificates to be used, if applicable. You must provide this information if Type is certificate-authentication.

ClientVpnAuthorizationRuleStatus

clientVpnAuthorizationRuleStatus_message :: Lens' ClientVpnAuthorizationRuleStatus (Maybe Text) Source #

A message about the status of the authorization rule, if applicable.

ClientVpnConnection

clientVpnConnection_ingressPackets :: Lens' ClientVpnConnection (Maybe Text) Source #

The number of packets sent by the client.

clientVpnConnection_connectionEndTime :: Lens' ClientVpnConnection (Maybe Text) Source #

The date and time the client connection was terminated.

clientVpnConnection_commonName :: Lens' ClientVpnConnection (Maybe Text) Source #

The common name associated with the client. This is either the name of the client certificate, or the Active Directory user name.

clientVpnConnection_postureComplianceStatuses :: Lens' ClientVpnConnection (Maybe [Text]) Source #

The statuses returned by the client connect handler for posture compliance, if applicable.

clientVpnConnection_connectionEstablishedTime :: Lens' ClientVpnConnection (Maybe Text) Source #

The date and time the client connection was established.

clientVpnConnection_ingressBytes :: Lens' ClientVpnConnection (Maybe Text) Source #

The number of bytes sent by the client.

clientVpnConnection_username :: Lens' ClientVpnConnection (Maybe Text) Source #

The username of the client who established the client connection. This information is only provided if Active Directory client authentication is used.

clientVpnConnection_egressBytes :: Lens' ClientVpnConnection (Maybe Text) Source #

The number of bytes received by the client.

clientVpnConnection_clientVpnEndpointId :: Lens' ClientVpnConnection (Maybe Text) Source #

The ID of the Client VPN endpoint to which the client is connected.

clientVpnConnection_egressPackets :: Lens' ClientVpnConnection (Maybe Text) Source #

The number of packets received by the client.

ClientVpnConnectionStatus

clientVpnConnectionStatus_message :: Lens' ClientVpnConnectionStatus (Maybe Text) Source #

A message about the status of the client connection, if applicable.

ClientVpnEndpoint

clientVpnEndpoint_creationTime :: Lens' ClientVpnEndpoint (Maybe Text) Source #

The date and time the Client VPN endpoint was created.

clientVpnEndpoint_status :: Lens' ClientVpnEndpoint (Maybe ClientVpnEndpointStatus) Source #

The current state of the Client VPN endpoint.

clientVpnEndpoint_associatedTargetNetworks :: Lens' ClientVpnEndpoint (Maybe [AssociatedTargetNetwork]) Source #

Information about the associated target networks. A target network is a subnet in a VPC.

clientVpnEndpoint_securityGroupIds :: Lens' ClientVpnEndpoint (Maybe [Text]) Source #

The IDs of the security groups for the target network.

clientVpnEndpoint_connectionLogOptions :: Lens' ClientVpnEndpoint (Maybe ConnectionLogResponseOptions) Source #

Information about the client connection logging options for the Client VPN endpoint.

clientVpnEndpoint_splitTunnel :: Lens' ClientVpnEndpoint (Maybe Bool) Source #

Indicates whether split-tunnel is enabled in the Client VPN endpoint.

For information about split-tunnel VPN endpoints, see Split-Tunnel Client VPN endpoint in the Client VPN Administrator Guide.

clientVpnEndpoint_transportProtocol :: Lens' ClientVpnEndpoint (Maybe TransportProtocol) Source #

The transport protocol used by the Client VPN endpoint.

clientVpnEndpoint_vpnPort :: Lens' ClientVpnEndpoint (Maybe Int) Source #

The port number for the Client VPN endpoint.

clientVpnEndpoint_deletionTime :: Lens' ClientVpnEndpoint (Maybe Text) Source #

The date and time the Client VPN endpoint was deleted, if applicable.

clientVpnEndpoint_clientCidrBlock :: Lens' ClientVpnEndpoint (Maybe Text) Source #

The IPv4 address range, in CIDR notation, from which client IP addresses are assigned.

clientVpnEndpoint_dnsServers :: Lens' ClientVpnEndpoint (Maybe [Text]) Source #

Information about the DNS servers to be used for DNS resolution.

clientVpnEndpoint_clientConnectOptions :: Lens' ClientVpnEndpoint (Maybe ClientConnectResponseOptions) Source #

The options for managing connection authorization for new client connections.

clientVpnEndpoint_authenticationOptions :: Lens' ClientVpnEndpoint (Maybe [ClientVpnAuthentication]) Source #

Information about the authentication method used by the Client VPN endpoint.

clientVpnEndpoint_description :: Lens' ClientVpnEndpoint (Maybe Text) Source #

A brief description of the endpoint.

clientVpnEndpoint_dnsName :: Lens' ClientVpnEndpoint (Maybe Text) Source #

The DNS name to be used by clients when connecting to the Client VPN endpoint.

clientVpnEndpoint_tags :: Lens' ClientVpnEndpoint (Maybe [Tag]) Source #

Any tags assigned to the Client VPN endpoint.

ClientVpnEndpointAttributeStatus

ClientVpnEndpointStatus

clientVpnEndpointStatus_code :: Lens' ClientVpnEndpointStatus (Maybe ClientVpnEndpointStatusCode) Source #

The state of the Client VPN endpoint. Possible states include:

  • pending-associate - The Client VPN endpoint has been created but no target networks have been associated. The Client VPN endpoint cannot accept connections.
  • available - The Client VPN endpoint has been created and a target network has been associated. The Client VPN endpoint can accept connections.
  • deleting - The Client VPN endpoint is being deleted. The Client VPN endpoint cannot accept connections.
  • deleted - The Client VPN endpoint has been deleted. The Client VPN endpoint cannot accept connections.

clientVpnEndpointStatus_message :: Lens' ClientVpnEndpointStatus (Maybe Text) Source #

A message about the status of the Client VPN endpoint.

ClientVpnRoute

clientVpnRoute_origin :: Lens' ClientVpnRoute (Maybe Text) Source #

Indicates how the route was associated with the Client VPN endpoint. associate indicates that the route was automatically added when the target network was associated with the Client VPN endpoint. add-route indicates that the route was manually added using the CreateClientVpnRoute action.

clientVpnRoute_clientVpnEndpointId :: Lens' ClientVpnRoute (Maybe Text) Source #

The ID of the Client VPN endpoint with which the route is associated.

clientVpnRoute_targetSubnet :: Lens' ClientVpnRoute (Maybe Text) Source #

The ID of the subnet through which traffic is routed.

clientVpnRoute_destinationCidr :: Lens' ClientVpnRoute (Maybe Text) Source #

The IPv4 address range, in CIDR notation, of the route destination.

clientVpnRoute_description :: Lens' ClientVpnRoute (Maybe Text) Source #

A brief description of the route.

ClientVpnRouteStatus

clientVpnRouteStatus_message :: Lens' ClientVpnRouteStatus (Maybe Text) Source #

A message about the status of the Client VPN endpoint route, if applicable.

CoipAddressUsage

coipAddressUsage_allocationId :: Lens' CoipAddressUsage (Maybe Text) Source #

The allocation ID of the address.

coipAddressUsage_awsAccountId :: Lens' CoipAddressUsage (Maybe Text) Source #

The Amazon Web Services account ID.

coipAddressUsage_coIp :: Lens' CoipAddressUsage (Maybe Text) Source #

The customer-owned IP address.

coipAddressUsage_awsService :: Lens' CoipAddressUsage (Maybe Text) Source #

The Amazon Web Services service.

CoipPool

coipPool_poolId :: Lens' CoipPool (Maybe Text) Source #

The ID of the address pool.

coipPool_localGatewayRouteTableId :: Lens' CoipPool (Maybe Text) Source #

The ID of the local gateway route table.

coipPool_poolCidrs :: Lens' CoipPool (Maybe [Text]) Source #

The address ranges of the address pool.

coipPool_poolArn :: Lens' CoipPool (Maybe Text) Source #

The ARN of the address pool.

ConnectionLogOptions

connectionLogOptions_enabled :: Lens' ConnectionLogOptions (Maybe Bool) Source #

Indicates whether connection logging is enabled.

connectionLogOptions_cloudwatchLogStream :: Lens' ConnectionLogOptions (Maybe Text) Source #

The name of the CloudWatch Logs log stream to which the connection data is published.

connectionLogOptions_cloudwatchLogGroup :: Lens' ConnectionLogOptions (Maybe Text) Source #

The name of the CloudWatch Logs log group. Required if connection logging is enabled.

ConnectionLogResponseOptions

connectionLogResponseOptions_enabled :: Lens' ConnectionLogResponseOptions (Maybe Bool) Source #

Indicates whether client connection logging is enabled for the Client VPN endpoint.

connectionLogResponseOptions_cloudwatchLogStream :: Lens' ConnectionLogResponseOptions (Maybe Text) Source #

The name of the Amazon CloudWatch Logs log stream to which connection logging data is published.

connectionLogResponseOptions_cloudwatchLogGroup :: Lens' ConnectionLogResponseOptions (Maybe Text) Source #

The name of the Amazon CloudWatch Logs log group to which connection logging data is published.

ConnectionNotification

connectionNotification_connectionEvents :: Lens' ConnectionNotification (Maybe [Text]) Source #

The events for the notification. Valid values are Accept, Connect, Delete, and Reject.

ConversionTask

conversionTask_importInstance :: Lens' ConversionTask (Maybe ImportInstanceTaskDetails) Source #

If the task is for importing an instance, this contains information about the import instance task.

conversionTask_statusMessage :: Lens' ConversionTask (Maybe Text) Source #

The status message related to the conversion task.

conversionTask_importVolume :: Lens' ConversionTask (Maybe ImportVolumeTaskDetails) Source #

If the task is for importing a volume, this contains information about the import volume task.

conversionTask_expirationTime :: Lens' ConversionTask (Maybe Text) Source #

The time when the task expires. If the upload isn't complete before the expiration time, we automatically cancel the task.

conversionTask_tags :: Lens' ConversionTask (Maybe [Tag]) Source #

Any tags assigned to the task.

CpuOptions

cpuOptions_coreCount :: Lens' CpuOptions (Maybe Int) Source #

The number of CPU cores for the instance.

cpuOptions_threadsPerCore :: Lens' CpuOptions (Maybe Int) Source #

The number of threads per CPU core.

CpuOptionsRequest

cpuOptionsRequest_coreCount :: Lens' CpuOptionsRequest (Maybe Int) Source #

The number of CPU cores for the instance.

cpuOptionsRequest_threadsPerCore :: Lens' CpuOptionsRequest (Maybe Int) Source #

The number of threads per CPU core. To disable multithreading for the instance, specify a value of 1. Otherwise, specify the default value of 2.

CreateFleetError

createFleetError_lifecycle :: Lens' CreateFleetError (Maybe InstanceLifecycle) Source #

Indicates if the instance that could not be launched was a Spot Instance or On-Demand Instance.

createFleetError_launchTemplateAndOverrides :: Lens' CreateFleetError (Maybe LaunchTemplateAndOverridesResponse) Source #

The launch templates and overrides that were used for launching the instances. The values that you specify in the Overrides replace the values in the launch template.

createFleetError_errorCode :: Lens' CreateFleetError (Maybe Text) Source #

The error code that indicates why the instance could not be launched. For more information about error codes, see Error Codes.

createFleetError_errorMessage :: Lens' CreateFleetError (Maybe Text) Source #

The error message that describes why the instance could not be launched. For more information about error messages, see Error Codes.

CreateFleetInstance

createFleetInstance_platform :: Lens' CreateFleetInstance (Maybe PlatformValues) Source #

The value is Windows for Windows instances. Otherwise, the value is blank.

createFleetInstance_lifecycle :: Lens' CreateFleetInstance (Maybe InstanceLifecycle) Source #

Indicates if the instance that was launched is a Spot Instance or On-Demand Instance.

createFleetInstance_launchTemplateAndOverrides :: Lens' CreateFleetInstance (Maybe LaunchTemplateAndOverridesResponse) Source #

The launch templates and overrides that were used for launching the instances. The values that you specify in the Overrides replace the values in the launch template.

CreateTransitGatewayConnectRequestOptions

CreateTransitGatewayMulticastDomainRequestOptions

createTransitGatewayMulticastDomainRequestOptions_autoAcceptSharedAssociations :: Lens' CreateTransitGatewayMulticastDomainRequestOptions (Maybe AutoAcceptSharedAssociationsValue) Source #

Indicates whether to automatically accept cross-account subnet associations that are associated with the transit gateway multicast domain.

createTransitGatewayMulticastDomainRequestOptions_igmpv2Support :: Lens' CreateTransitGatewayMulticastDomainRequestOptions (Maybe Igmpv2SupportValue) Source #

Specify whether to enable Internet Group Management Protocol (IGMP) version 2 for the transit gateway multicast domain.

createTransitGatewayMulticastDomainRequestOptions_staticSourcesSupport :: Lens' CreateTransitGatewayMulticastDomainRequestOptions (Maybe StaticSourcesSupportValue) Source #

Specify whether to enable support for statically configuring multicast group sources for a domain.

CreateTransitGatewayVpcAttachmentRequestOptions

createTransitGatewayVpcAttachmentRequestOptions_applianceModeSupport :: Lens' CreateTransitGatewayVpcAttachmentRequestOptions (Maybe ApplianceModeSupportValue) Source #

Enable or disable support for appliance mode. If enabled, a traffic flow between a source and destination uses the same Availability Zone for the VPC attachment for the lifetime of that flow. The default is disable.

CreateVolumePermission

createVolumePermission_group :: Lens' CreateVolumePermission (Maybe PermissionGroup) Source #

The group to be added or removed. The possible value is all.

createVolumePermission_userId :: Lens' CreateVolumePermission (Maybe Text) Source #

The ID of the Amazon Web Services account to be added or removed.

CreateVolumePermissionModifications

createVolumePermissionModifications_remove :: Lens' CreateVolumePermissionModifications (Maybe [CreateVolumePermission]) Source #

Removes the specified Amazon Web Services account ID or group from the list.

createVolumePermissionModifications_add :: Lens' CreateVolumePermissionModifications (Maybe [CreateVolumePermission]) Source #

Adds the specified Amazon Web Services account ID or group to the list.

CreditSpecification

creditSpecification_cpuCredits :: Lens' CreditSpecification (Maybe Text) Source #

The credit option for CPU usage of a T2, T3, or T3a instance. Valid values are standard and unlimited.

CreditSpecificationRequest

creditSpecificationRequest_cpuCredits :: Lens' CreditSpecificationRequest Text Source #

The credit option for CPU usage of a T2, T3, or T3a instance. Valid values are standard and unlimited.

CustomerGateway

customerGateway_certificateArn :: Lens' CustomerGateway (Maybe Text) Source #

The Amazon Resource Name (ARN) for the customer gateway certificate.

customerGateway_deviceName :: Lens' CustomerGateway (Maybe Text) Source #

The name of customer gateway device.

customerGateway_tags :: Lens' CustomerGateway (Maybe [Tag]) Source #

Any tags assigned to the customer gateway.

customerGateway_bgpAsn :: Lens' CustomerGateway Text Source #

The customer gateway's Border Gateway Protocol (BGP) Autonomous System Number (ASN).

customerGateway_ipAddress :: Lens' CustomerGateway Text Source #

The Internet-routable IP address of the customer gateway's outside interface.

customerGateway_state :: Lens' CustomerGateway Text Source #

The current state of the customer gateway (pending | available | deleting | deleted).

customerGateway_type :: Lens' CustomerGateway Text Source #

The type of VPN connection the customer gateway supports (ipsec.1).

DeleteFleetError

deleteFleetError_message :: Lens' DeleteFleetError (Maybe Text) Source #

The description for the error code.

DeleteFleetErrorItem

DeleteFleetSuccessItem

DeleteLaunchTemplateVersionsResponseErrorItem

DeleteLaunchTemplateVersionsResponseSuccessItem

DeleteQueuedReservedInstancesError

DeregisterInstanceTagAttributeRequest

deregisterInstanceTagAttributeRequest_includeAllTagsOfInstance :: Lens' DeregisterInstanceTagAttributeRequest (Maybe Bool) Source #

Indicates whether to deregister all tag keys in the current Region. Specify false to deregister all tag keys.

DescribeFastSnapshotRestoreSuccessItem

describeFastSnapshotRestoreSuccessItem_disablingTime :: Lens' DescribeFastSnapshotRestoreSuccessItem (Maybe UTCTime) Source #

The time at which fast snapshot restores entered the disabling state.

describeFastSnapshotRestoreSuccessItem_ownerAlias :: Lens' DescribeFastSnapshotRestoreSuccessItem (Maybe Text) Source #

The Amazon Web Services owner alias that enabled fast snapshot restores on the snapshot. This is intended for future use.

describeFastSnapshotRestoreSuccessItem_disabledTime :: Lens' DescribeFastSnapshotRestoreSuccessItem (Maybe UTCTime) Source #

The time at which fast snapshot restores entered the disabled state.

describeFastSnapshotRestoreSuccessItem_enabledTime :: Lens' DescribeFastSnapshotRestoreSuccessItem (Maybe UTCTime) Source #

The time at which fast snapshot restores entered the enabled state.

describeFastSnapshotRestoreSuccessItem_optimizingTime :: Lens' DescribeFastSnapshotRestoreSuccessItem (Maybe UTCTime) Source #

The time at which fast snapshot restores entered the optimizing state.

describeFastSnapshotRestoreSuccessItem_ownerId :: Lens' DescribeFastSnapshotRestoreSuccessItem (Maybe Text) Source #

The ID of the Amazon Web Services account that enabled fast snapshot restores on the snapshot.

describeFastSnapshotRestoreSuccessItem_stateTransitionReason :: Lens' DescribeFastSnapshotRestoreSuccessItem (Maybe Text) Source #

The reason for the state transition. The possible values are as follows:

  • Client.UserInitiated - The state successfully transitioned to enabling or disabling.
  • Client.UserInitiated - Lifecycle state transition - The state successfully transitioned to optimizing, enabled, or disabled.

describeFastSnapshotRestoreSuccessItem_enablingTime :: Lens' DescribeFastSnapshotRestoreSuccessItem (Maybe UTCTime) Source #

The time at which fast snapshot restores entered the enabling state.

DescribeFleetError

describeFleetError_lifecycle :: Lens' DescribeFleetError (Maybe InstanceLifecycle) Source #

Indicates if the instance that could not be launched was a Spot Instance or On-Demand Instance.

describeFleetError_launchTemplateAndOverrides :: Lens' DescribeFleetError (Maybe LaunchTemplateAndOverridesResponse) Source #

The launch templates and overrides that were used for launching the instances. The values that you specify in the Overrides replace the values in the launch template.

describeFleetError_errorCode :: Lens' DescribeFleetError (Maybe Text) Source #

The error code that indicates why the instance could not be launched. For more information about error codes, see Error Codes.

describeFleetError_errorMessage :: Lens' DescribeFleetError (Maybe Text) Source #

The error message that describes why the instance could not be launched. For more information about error messages, see Error Codes.

DescribeFleetsInstances

describeFleetsInstances_platform :: Lens' DescribeFleetsInstances (Maybe PlatformValues) Source #

The value is Windows for Windows instances. Otherwise, the value is blank.

describeFleetsInstances_lifecycle :: Lens' DescribeFleetsInstances (Maybe InstanceLifecycle) Source #

Indicates if the instance that was launched is a Spot Instance or On-Demand Instance.

describeFleetsInstances_launchTemplateAndOverrides :: Lens' DescribeFleetsInstances (Maybe LaunchTemplateAndOverridesResponse) Source #

The launch templates and overrides that were used for launching the instances. The values that you specify in the Overrides replace the values in the launch template.

DestinationOptionsRequest

destinationOptionsRequest_perHourPartition :: Lens' DestinationOptionsRequest (Maybe Bool) Source #

Indicates whether to partition the flow log per hour. This reduces the cost and response time for queries. The default is false.

destinationOptionsRequest_fileFormat :: Lens' DestinationOptionsRequest (Maybe DestinationFileFormat) Source #

The format for the flow log. The default is plain-text.

destinationOptionsRequest_hiveCompatiblePartitions :: Lens' DestinationOptionsRequest (Maybe Bool) Source #

Indicates whether to use Hive-compatible prefixes for flow logs stored in Amazon S3. The default is false.

DestinationOptionsResponse

destinationOptionsResponse_perHourPartition :: Lens' DestinationOptionsResponse (Maybe Bool) Source #

Indicates whether to partition the flow log per hour.

destinationOptionsResponse_hiveCompatiblePartitions :: Lens' DestinationOptionsResponse (Maybe Bool) Source #

Indicates whether to use Hive-compatible prefixes for flow logs stored in Amazon S3.

DhcpConfiguration

dhcpConfiguration_values :: Lens' DhcpConfiguration (Maybe [AttributeValue]) Source #

One or more values for the DHCP option.

DhcpOptions

dhcpOptions_ownerId :: Lens' DhcpOptions (Maybe Text) Source #

The ID of the Amazon Web Services account that owns the DHCP options set.

dhcpOptions_dhcpOptionsId :: Lens' DhcpOptions (Maybe Text) Source #

The ID of the set of DHCP options.

dhcpOptions_tags :: Lens' DhcpOptions (Maybe [Tag]) Source #

Any tags assigned to the DHCP options set.

DirectoryServiceAuthentication

directoryServiceAuthentication_directoryId :: Lens' DirectoryServiceAuthentication (Maybe Text) Source #

The ID of the Active Directory used for authentication.

DirectoryServiceAuthenticationRequest

directoryServiceAuthenticationRequest_directoryId :: Lens' DirectoryServiceAuthenticationRequest (Maybe Text) Source #

The ID of the Active Directory to be used for authentication.

DisableFastSnapshotRestoreErrorItem

DisableFastSnapshotRestoreStateError

DisableFastSnapshotRestoreStateErrorItem

DisableFastSnapshotRestoreSuccessItem

disableFastSnapshotRestoreSuccessItem_disablingTime :: Lens' DisableFastSnapshotRestoreSuccessItem (Maybe UTCTime) Source #

The time at which fast snapshot restores entered the disabling state.

disableFastSnapshotRestoreSuccessItem_ownerAlias :: Lens' DisableFastSnapshotRestoreSuccessItem (Maybe Text) Source #

The Amazon Web Services owner alias that enabled fast snapshot restores on the snapshot. This is intended for future use.

disableFastSnapshotRestoreSuccessItem_disabledTime :: Lens' DisableFastSnapshotRestoreSuccessItem (Maybe UTCTime) Source #

The time at which fast snapshot restores entered the disabled state.

disableFastSnapshotRestoreSuccessItem_enabledTime :: Lens' DisableFastSnapshotRestoreSuccessItem (Maybe UTCTime) Source #

The time at which fast snapshot restores entered the enabled state.

disableFastSnapshotRestoreSuccessItem_optimizingTime :: Lens' DisableFastSnapshotRestoreSuccessItem (Maybe UTCTime) Source #

The time at which fast snapshot restores entered the optimizing state.

disableFastSnapshotRestoreSuccessItem_ownerId :: Lens' DisableFastSnapshotRestoreSuccessItem (Maybe Text) Source #

The ID of the Amazon Web Services account that enabled fast snapshot restores on the snapshot.

disableFastSnapshotRestoreSuccessItem_stateTransitionReason :: Lens' DisableFastSnapshotRestoreSuccessItem (Maybe Text) Source #

The reason for the state transition. The possible values are as follows:

  • Client.UserInitiated - The state successfully transitioned to enabling or disabling.
  • Client.UserInitiated - Lifecycle state transition - The state successfully transitioned to optimizing, enabled, or disabled.

disableFastSnapshotRestoreSuccessItem_enablingTime :: Lens' DisableFastSnapshotRestoreSuccessItem (Maybe UTCTime) Source #

The time at which fast snapshot restores entered the enabling state.

DiskImage

diskImage_image :: Lens' DiskImage (Maybe DiskImageDetail) Source #

Information about the disk image.

diskImage_volume :: Lens' DiskImage (Maybe VolumeDetail) Source #

Information about the volume.

diskImage_description :: Lens' DiskImage (Maybe Text) Source #

A description of the disk image.

DiskImageDescription

diskImageDescription_size :: Lens' DiskImageDescription (Maybe Integer) Source #

The size of the disk image, in GiB.

diskImageDescription_checksum :: Lens' DiskImageDescription (Maybe Text) Source #

The checksum computed for the disk image.

diskImageDescription_importManifestUrl :: Lens' DiskImageDescription (Maybe Text) Source #

A presigned URL for the import manifest stored in Amazon S3. For information about creating a presigned URL for an Amazon S3 object, read the "Query String Request Authentication Alternative" section of the Authenticating REST Requests topic in the Amazon Simple Storage Service Developer Guide.

For information about the import manifest referenced by this API action, see VM Import Manifest.

DiskImageDetail

diskImageDetail_bytes :: Lens' DiskImageDetail Integer Source #

The size of the disk image, in GiB.

diskImageDetail_importManifestUrl :: Lens' DiskImageDetail Text Source #

A presigned URL for the import manifest stored in Amazon S3 and presented here as an Amazon S3 presigned URL. For information about creating a presigned URL for an Amazon S3 object, read the "Query String Request Authentication Alternative" section of the Authenticating REST Requests topic in the Amazon Simple Storage Service Developer Guide.

For information about the import manifest referenced by this API action, see VM Import Manifest.

DiskImageVolumeDescription

DiskInfo

diskInfo_count :: Lens' DiskInfo (Maybe Int) Source #

The number of disks with this configuration.

diskInfo_sizeInGB :: Lens' DiskInfo (Maybe Integer) Source #

The size of the disk in GB.

DnsEntry

dnsEntry_hostedZoneId :: Lens' DnsEntry (Maybe Text) Source #

The ID of the private hosted zone.

DnsServersOptionsModifyStructure

dnsServersOptionsModifyStructure_enabled :: Lens' DnsServersOptionsModifyStructure (Maybe Bool) Source #

Indicates whether DNS servers should be used. Specify False to delete the existing DNS servers.

dnsServersOptionsModifyStructure_customDnsServers :: Lens' DnsServersOptionsModifyStructure (Maybe [Text]) Source #

The IPv4 address range, in CIDR notation, of the DNS servers to be used. You can specify up to two DNS servers. Ensure that the DNS servers can be reached by the clients. The specified values overwrite the existing values.

EbsBlockDevice

ebsBlockDevice_deleteOnTermination :: Lens' EbsBlockDevice (Maybe Bool) Source #

Indicates whether the EBS volume is deleted on instance termination. For more information, see Preserving Amazon EBS volumes on instance termination in the Amazon EC2 User Guide.

ebsBlockDevice_throughput :: Lens' EbsBlockDevice (Maybe Int) Source #

The throughput that the volume supports, in MiB/s.

This parameter is valid only for gp3 volumes.

Valid Range: Minimum value of 125. Maximum value of 1000.

ebsBlockDevice_volumeSize :: Lens' EbsBlockDevice (Maybe Int) Source #

The size of the volume, in GiBs. You must specify either a snapshot ID or a volume size. If you specify a snapshot, the default is the snapshot size. You can specify a volume size that is equal to or larger than the snapshot size.

The following are the supported volumes sizes for each volume type:

  • gp2 and gp3:1-16,384
  • io1 and io2: 4-16,384
  • st1 and sc1: 125-16,384
  • standard: 1-1,024

ebsBlockDevice_iops :: Lens' EbsBlockDevice (Maybe Int) Source #

The number of I/O operations per second (IOPS). For gp3, io1, and io2 volumes, this represents the number of IOPS that are provisioned for the volume. For gp2 volumes, this represents the baseline performance of the volume and the rate at which the volume accumulates I/O credits for bursting.

The following are the supported values for each volume type:

  • gp3: 3,000-16,000 IOPS
  • io1: 100-64,000 IOPS
  • io2: 100-64,000 IOPS

For io1 and io2 volumes, we guarantee 64,000 IOPS only for Instances built on the Nitro System. Other instance families guarantee performance up to 32,000 IOPS.

This parameter is required for io1 and io2 volumes. The default for gp3 volumes is 3,000 IOPS. This parameter is not supported for gp2, st1, sc1, or standard volumes.

ebsBlockDevice_outpostArn :: Lens' EbsBlockDevice (Maybe Text) Source #

The ARN of the Outpost on which the snapshot is stored.

ebsBlockDevice_encrypted :: Lens' EbsBlockDevice (Maybe Bool) Source #

Indicates whether the encryption state of an EBS volume is changed while being restored from a backing snapshot. The effect of setting the encryption state to true depends on the volume origin (new or from a snapshot), starting encryption state, ownership, and whether encryption by default is enabled. For more information, see Amazon EBS encryption in the Amazon EC2 User Guide.

In no case can you remove encryption from an encrypted volume.

Encrypted volumes can only be attached to instances that support Amazon EBS encryption. For more information, see Supported instance types.

This parameter is not returned by .

ebsBlockDevice_kmsKeyId :: Lens' EbsBlockDevice (Maybe Text) Source #

Identifier (key ID, key alias, ID ARN, or alias ARN) for a customer managed CMK under which the EBS volume is encrypted.

This parameter is only supported on BlockDeviceMapping objects called by RunInstances, RequestSpotFleet, and RequestSpotInstances.

ebsBlockDevice_volumeType :: Lens' EbsBlockDevice (Maybe VolumeType) Source #

The volume type. For more information, see Amazon EBS volume types in the Amazon EC2 User Guide. If the volume type is io1 or io2, you must specify the IOPS that the volume supports.

EbsInfo

ebsInfo_ebsOptimizedInfo :: Lens' EbsInfo (Maybe EbsOptimizedInfo) Source #

Describes the optimized EBS performance for the instance type.

ebsInfo_encryptionSupport :: Lens' EbsInfo (Maybe EbsEncryptionSupport) Source #

Indicates whether Amazon EBS encryption is supported.

ebsInfo_ebsOptimizedSupport :: Lens' EbsInfo (Maybe EbsOptimizedSupport) Source #

Indicates whether the instance type is Amazon EBS-optimized. For more information, see Amazon EBS-optimized instances in Amazon EC2 User Guide.

ebsInfo_nvmeSupport :: Lens' EbsInfo (Maybe EbsNvmeSupport) Source #

Indicates whether non-volatile memory express (NVMe) is supported.

EbsInstanceBlockDevice

ebsInstanceBlockDevice_deleteOnTermination :: Lens' EbsInstanceBlockDevice (Maybe Bool) Source #

Indicates whether the volume is deleted on instance termination.

ebsInstanceBlockDevice_attachTime :: Lens' EbsInstanceBlockDevice (Maybe UTCTime) Source #

The time stamp when the attachment initiated.

EbsInstanceBlockDeviceSpecification

ebsInstanceBlockDeviceSpecification_deleteOnTermination :: Lens' EbsInstanceBlockDeviceSpecification (Maybe Bool) Source #

Indicates whether the volume is deleted on instance termination.

EbsOptimizedInfo

ebsOptimizedInfo_maximumIops :: Lens' EbsOptimizedInfo (Maybe Int) Source #

The maximum input/output storage operations per second for an EBS-optimized instance type.

ebsOptimizedInfo_baselineIops :: Lens' EbsOptimizedInfo (Maybe Int) Source #

The baseline input/output storage operations per seconds for an EBS-optimized instance type.

ebsOptimizedInfo_maximumThroughputInMBps :: Lens' EbsOptimizedInfo (Maybe Double) Source #

The maximum throughput performance for an EBS-optimized instance type, in MB/s.

ebsOptimizedInfo_maximumBandwidthInMbps :: Lens' EbsOptimizedInfo (Maybe Int) Source #

The maximum bandwidth performance for an EBS-optimized instance type, in Mbps.

ebsOptimizedInfo_baselineBandwidthInMbps :: Lens' EbsOptimizedInfo (Maybe Int) Source #

The baseline bandwidth performance for an EBS-optimized instance type, in Mbps.

ebsOptimizedInfo_baselineThroughputInMBps :: Lens' EbsOptimizedInfo (Maybe Double) Source #

The baseline throughput performance for an EBS-optimized instance type, in MB/s.

EfaInfo

efaInfo_maximumEfaInterfaces :: Lens' EfaInfo (Maybe Int) Source #

The maximum number of Elastic Fabric Adapters for the instance type.

EgressOnlyInternetGateway

egressOnlyInternetGateway_attachments :: Lens' EgressOnlyInternetGateway (Maybe [InternetGatewayAttachment]) Source #

Information about the attachment of the egress-only internet gateway.

egressOnlyInternetGateway_tags :: Lens' EgressOnlyInternetGateway (Maybe [Tag]) Source #

The tags assigned to the egress-only internet gateway.

ElasticGpuAssociation

elasticGpuAssociation_elasticGpuId :: Lens' ElasticGpuAssociation (Maybe Text) Source #

The ID of the Elastic Graphics accelerator.

elasticGpuAssociation_elasticGpuAssociationTime :: Lens' ElasticGpuAssociation (Maybe Text) Source #

The time the Elastic Graphics accelerator was associated with the instance.

elasticGpuAssociation_elasticGpuAssociationState :: Lens' ElasticGpuAssociation (Maybe Text) Source #

The state of the association between the instance and the Elastic Graphics accelerator.

ElasticGpuHealth

ElasticGpuSpecification

elasticGpuSpecification_type :: Lens' ElasticGpuSpecification Text Source #

The type of Elastic Graphics accelerator. For more information about the values to specify for Type, see Elastic Graphics Basics, specifically the Elastic Graphics accelerator column, in the /Amazon Elastic Compute Cloud User Guide for Windows Instances/.

ElasticGpuSpecificationResponse

ElasticGpus

elasticGpus_instanceId :: Lens' ElasticGpus (Maybe Text) Source #

The ID of the instance to which the Elastic Graphics accelerator is attached.

elasticGpus_elasticGpuType :: Lens' ElasticGpus (Maybe Text) Source #

The type of Elastic Graphics accelerator.

elasticGpus_elasticGpuId :: Lens' ElasticGpus (Maybe Text) Source #

The ID of the Elastic Graphics accelerator.

elasticGpus_elasticGpuState :: Lens' ElasticGpus (Maybe ElasticGpuState) Source #

The state of the Elastic Graphics accelerator.

elasticGpus_elasticGpuHealth :: Lens' ElasticGpus (Maybe ElasticGpuHealth) Source #

The status of the Elastic Graphics accelerator.

elasticGpus_availabilityZone :: Lens' ElasticGpus (Maybe Text) Source #

The Availability Zone in the which the Elastic Graphics accelerator resides.

elasticGpus_tags :: Lens' ElasticGpus (Maybe [Tag]) Source #

The tags assigned to the Elastic Graphics accelerator.

ElasticInferenceAccelerator

elasticInferenceAccelerator_count :: Lens' ElasticInferenceAccelerator (Maybe Natural) Source #

The number of elastic inference accelerators to attach to the instance.

Default: 1

elasticInferenceAccelerator_type :: Lens' ElasticInferenceAccelerator Text Source #

The type of elastic inference accelerator. The possible values are eia1.medium, eia1.large, eia1.xlarge, eia2.medium, eia2.large, and eia2.xlarge.

ElasticInferenceAcceleratorAssociation

EnableFastSnapshotRestoreErrorItem

EnableFastSnapshotRestoreStateError

EnableFastSnapshotRestoreStateErrorItem

EnableFastSnapshotRestoreSuccessItem

enableFastSnapshotRestoreSuccessItem_disablingTime :: Lens' EnableFastSnapshotRestoreSuccessItem (Maybe UTCTime) Source #

The time at which fast snapshot restores entered the disabling state.

enableFastSnapshotRestoreSuccessItem_ownerAlias :: Lens' EnableFastSnapshotRestoreSuccessItem (Maybe Text) Source #

The Amazon Web Services owner alias that enabled fast snapshot restores on the snapshot. This is intended for future use.

enableFastSnapshotRestoreSuccessItem_disabledTime :: Lens' EnableFastSnapshotRestoreSuccessItem (Maybe UTCTime) Source #

The time at which fast snapshot restores entered the disabled state.

enableFastSnapshotRestoreSuccessItem_enabledTime :: Lens' EnableFastSnapshotRestoreSuccessItem (Maybe UTCTime) Source #

The time at which fast snapshot restores entered the enabled state.

enableFastSnapshotRestoreSuccessItem_optimizingTime :: Lens' EnableFastSnapshotRestoreSuccessItem (Maybe UTCTime) Source #

The time at which fast snapshot restores entered the optimizing state.

enableFastSnapshotRestoreSuccessItem_ownerId :: Lens' EnableFastSnapshotRestoreSuccessItem (Maybe Text) Source #

The ID of the Amazon Web Services account that enabled fast snapshot restores on the snapshot.

enableFastSnapshotRestoreSuccessItem_stateTransitionReason :: Lens' EnableFastSnapshotRestoreSuccessItem (Maybe Text) Source #

The reason for the state transition. The possible values are as follows:

  • Client.UserInitiated - The state successfully transitioned to enabling or disabling.
  • Client.UserInitiated - Lifecycle state transition - The state successfully transitioned to optimizing, enabled, or disabled.

enableFastSnapshotRestoreSuccessItem_enablingTime :: Lens' EnableFastSnapshotRestoreSuccessItem (Maybe UTCTime) Source #

The time at which fast snapshot restores entered the enabling state.

EnclaveOptions

enclaveOptions_enabled :: Lens' EnclaveOptions (Maybe Bool) Source #

If this parameter is set to true, the instance is enabled for Amazon Web Services Nitro Enclaves; otherwise, it is not enabled for Amazon Web Services Nitro Enclaves.

EnclaveOptionsRequest

enclaveOptionsRequest_enabled :: Lens' EnclaveOptionsRequest (Maybe Bool) Source #

To enable the instance for Amazon Web Services Nitro Enclaves, set this parameter to true.

EventInformation

eventInformation_instanceId :: Lens' EventInformation (Maybe Text) Source #

The ID of the instance. This information is available only for instanceChange events.

eventInformation_eventSubType :: Lens' EventInformation (Maybe Text) Source #

The event.

error events:

  • iamFleetRoleInvalid - The EC2 Fleet or Spot Fleet does not have the required permissions either to launch or terminate an instance.
  • allLaunchSpecsTemporarilyBlacklisted - None of the configurations are valid, and several attempts to launch instances have failed. For more information, see the description of the event.
  • spotInstanceCountLimitExceeded - You've reached the limit on the number of Spot Instances that you can launch.
  • spotFleetRequestConfigurationInvalid - The configuration is not valid. For more information, see the description of the event.

fleetRequestChange events:

  • active - The EC2 Fleet or Spot Fleet request has been validated and Amazon EC2 is attempting to maintain the target number of running instances.
  • cancelled - The EC2 Fleet or Spot Fleet request is canceled and has no running instances. The EC2 Fleet or Spot Fleet will be deleted two days after its instances are terminated.
  • cancelled_running - The EC2 Fleet or Spot Fleet request is canceled and does not launch additional instances. Its existing instances continue to run until they are interrupted or terminated. The request remains in this state until all instances are interrupted or terminated.
  • cancelled_terminating - The EC2 Fleet or Spot Fleet request is canceled and its instances are terminating. The request remains in this state until all instances are terminated.
  • expired - The EC2 Fleet or Spot Fleet request has expired. If the request was created with TerminateInstancesWithExpiration set, a subsequent terminated event indicates that the instances are terminated.
  • modify_in_progress - The EC2 Fleet or Spot Fleet request is being modified. The request remains in this state until the modification is fully processed.
  • modify_succeeded - The EC2 Fleet or Spot Fleet request was modified.
  • submitted - The EC2 Fleet or Spot Fleet request is being evaluated and Amazon EC2 is preparing to launch the target number of instances.
  • progress - The EC2 Fleet or Spot Fleet request is in the process of being fulfilled.

instanceChange events:

  • launched - A new instance was launched.
  • terminated - An instance was terminated by the user.
  • termination_notified - An instance termination notification was sent when a Spot Instance was terminated by Amazon EC2 during scale-down, when the target capacity of the fleet was modified down, for example, from a target capacity of 4 to a target capacity of 3.

Information events:

  • fleetProgressHalted - The price in every launch specification is not valid because it is below the Spot price (all the launch specifications have produced launchSpecUnusable events). A launch specification might become valid if the Spot price changes.
  • launchSpecTemporarilyBlacklisted - The configuration is not valid and several attempts to launch instances have failed. For more information, see the description of the event.
  • launchSpecUnusable - The price in a launch specification is not valid because it is below the Spot price.
  • registerWithLoadBalancersFailed - An attempt to register instances with load balancers failed. For more information, see the description of the event.

Explanation

explanation_direction :: Lens' Explanation (Maybe Text) Source #

The direction. The following are possible values:

  • egress
  • ingress

explanation_loadBalancerListenerPort :: Lens' Explanation (Maybe Natural) Source #

The listener port of the load balancer.

explanation_addresses :: Lens' Explanation (Maybe [Text]) Source #

The IPv4 addresses, in CIDR notation.

explanation_address :: Lens' Explanation (Maybe Text) Source #

The IPv4 address, in CIDR notation.

explanation_loadBalancerArn :: Lens' Explanation (Maybe Text) Source #

The Amazon Resource Name (ARN) of the load balancer.

explanation_attachedTo :: Lens' Explanation (Maybe AnalysisComponent) Source #

The resource to which the component is attached.

ExportImageTask

exportImageTask_status :: Lens' ExportImageTask (Maybe Text) Source #

The status of the export image task. The possible values are active, completed, deleting, and deleted.

exportImageTask_progress :: Lens' ExportImageTask (Maybe Text) Source #

The percent complete of the export image task.

exportImageTask_statusMessage :: Lens' ExportImageTask (Maybe Text) Source #

The status message for the export image task.

exportImageTask_description :: Lens' ExportImageTask (Maybe Text) Source #

A description of the image being exported.

exportImageTask_tags :: Lens' ExportImageTask (Maybe [Tag]) Source #

Any tags assigned to the export image task.

exportImageTask_s3ExportLocation :: Lens' ExportImageTask (Maybe ExportTaskS3Location) Source #

Information about the destination Amazon S3 bucket.

ExportTask

exportTask_tags :: Lens' ExportTask (Maybe [Tag]) Source #

The tags for the export task.

exportTask_description :: Lens' ExportTask Text Source #

A description of the resource being exported.

exportTask_exportTaskId :: Lens' ExportTask Text Source #

The ID of the export task.

exportTask_exportToS3Task :: Lens' ExportTask ExportToS3Task Source #

Information about the export task.

exportTask_state :: Lens' ExportTask ExportTaskState Source #

The state of the export task.

exportTask_statusMessage :: Lens' ExportTask Text Source #

The status message related to the export task.

ExportTaskS3Location

exportTaskS3Location_s3Prefix :: Lens' ExportTaskS3Location (Maybe Text) Source #

The prefix (logical hierarchy) in the bucket.

ExportTaskS3LocationRequest

exportTaskS3LocationRequest_s3Prefix :: Lens' ExportTaskS3LocationRequest (Maybe Text) Source #

The prefix (logical hierarchy) in the bucket.

ExportToS3Task

exportToS3Task_s3Key :: Lens' ExportToS3Task (Maybe Text) Source #

The encryption key for your S3 bucket.

exportToS3Task_containerFormat :: Lens' ExportToS3Task (Maybe ContainerFormat) Source #

The container format used to combine disk images with metadata (such as OVF). If absent, only the disk image is exported.

exportToS3Task_s3Bucket :: Lens' ExportToS3Task (Maybe Text) Source #

The Amazon S3 bucket for the destination image. The destination bucket must exist and grant WRITE and READ_ACP permissions to the Amazon Web Services account vm-import-export@amazon.com.

ExportToS3TaskSpecification

exportToS3TaskSpecification_containerFormat :: Lens' ExportToS3TaskSpecification (Maybe ContainerFormat) Source #

The container format used to combine disk images with metadata (such as OVF). If absent, only the disk image is exported.

exportToS3TaskSpecification_s3Prefix :: Lens' ExportToS3TaskSpecification (Maybe Text) Source #

The image is written to a single object in the Amazon S3 bucket at the S3 key s3prefix + exportTaskId + '.' + diskImageFormat.

exportToS3TaskSpecification_s3Bucket :: Lens' ExportToS3TaskSpecification (Maybe Text) Source #

The Amazon S3 bucket for the destination image. The destination bucket must exist and grant WRITE and READ_ACP permissions to the Amazon Web Services account vm-import-export@amazon.com.

FailedCapacityReservationFleetCancellationResult

FailedQueuedPurchaseDeletion

FederatedAuthentication

federatedAuthentication_samlProviderArn :: Lens' FederatedAuthentication (Maybe Text) Source #

The Amazon Resource Name (ARN) of the IAM SAML identity provider.

federatedAuthentication_selfServiceSamlProviderArn :: Lens' FederatedAuthentication (Maybe Text) Source #

The Amazon Resource Name (ARN) of the IAM SAML identity provider for the self-service portal.

FederatedAuthenticationRequest

federatedAuthenticationRequest_sAMLProviderArn :: Lens' FederatedAuthenticationRequest (Maybe Text) Source #

The Amazon Resource Name (ARN) of the IAM SAML identity provider.

federatedAuthenticationRequest_selfServiceSAMLProviderArn :: Lens' FederatedAuthenticationRequest (Maybe Text) Source #

The Amazon Resource Name (ARN) of the IAM SAML identity provider for the self-service portal.

Filter

filter_values :: Lens' Filter (Maybe [Text]) Source #

The filter values. Filter values are case-sensitive.

filter_name :: Lens' Filter Text Source #

The name of the filter. Filter names are case-sensitive.

FleetCapacityReservation

fleetCapacityReservation_priority :: Lens' FleetCapacityReservation (Maybe Natural) Source #

The priority of the instance type in the Capacity Reservation Fleet. For more information, see Instance type priority in the Amazon EC2 User Guide.

fleetCapacityReservation_availabilityZoneId :: Lens' FleetCapacityReservation (Maybe Text) Source #

The ID of the Availability Zone in which the Capacity Reservation reserves capacity.

fleetCapacityReservation_createDate :: Lens' FleetCapacityReservation (Maybe UTCTime) Source #

The date and time at which the Capacity Reservation was created.

fleetCapacityReservation_weight :: Lens' FleetCapacityReservation (Maybe Double) Source #

The weight of the instance type in the Capacity Reservation Fleet. For more information, see Instance type weight in the Amazon EC2 User Guide.

fleetCapacityReservation_instancePlatform :: Lens' FleetCapacityReservation (Maybe CapacityReservationInstancePlatform) Source #

The type of operating system for which the Capacity Reservation reserves capacity.

fleetCapacityReservation_instanceType :: Lens' FleetCapacityReservation (Maybe InstanceType) Source #

The instance type for which the Capacity Reservation reserves capacity.

fleetCapacityReservation_ebsOptimized :: Lens' FleetCapacityReservation (Maybe Bool) Source #

Indicates whether the Capacity Reservation reserves capacity for EBS-optimized instance types.

fleetCapacityReservation_availabilityZone :: Lens' FleetCapacityReservation (Maybe Text) Source #

The Availability Zone in which the Capacity Reservation reserves capacity.

fleetCapacityReservation_fulfilledCapacity :: Lens' FleetCapacityReservation (Maybe Double) Source #

The number of capacity units fulfilled by the Capacity Reservation. For more information, see Total target capacity in the Amazon EC2 User Guide.

fleetCapacityReservation_totalInstanceCount :: Lens' FleetCapacityReservation (Maybe Int) Source #

The total number of instances for which the Capacity Reservation reserves capacity.

FleetData

fleetData_clientToken :: Lens' FleetData (Maybe Text) Source #

Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see Ensuring Idempotency.

Constraints: Maximum 64 ASCII characters

fleetData_targetCapacitySpecification :: Lens' FleetData (Maybe TargetCapacitySpecification) Source #

The number of units to request. You can choose to set the target capacity in terms of instances or a performance characteristic that is important to your application workload, such as vCPUs, memory, or I/O. If the request type is maintain, you can specify a target capacity of 0 and add capacity later.

fleetData_spotOptions :: Lens' FleetData (Maybe SpotOptions) Source #

The configuration of Spot Instances in an EC2 Fleet.

fleetData_excessCapacityTerminationPolicy :: Lens' FleetData (Maybe FleetExcessCapacityTerminationPolicy) Source #

Indicates whether running instances should be terminated if the target capacity of the EC2 Fleet is decreased below the current size of the EC2 Fleet.

fleetData_onDemandOptions :: Lens' FleetData (Maybe OnDemandOptions) Source #

The allocation strategy of On-Demand Instances in an EC2 Fleet.

fleetData_validUntil :: Lens' FleetData (Maybe UTCTime) Source #

The end date and time of the request, in UTC format (for example, YYYY-MM-DDTHH:MM:SSZ). At this point, no new instance requests are placed or able to fulfill the request. The default end date is 7 days from the current date.

fleetData_terminateInstancesWithExpiration :: Lens' FleetData (Maybe Bool) Source #

Indicates whether running instances should be terminated when the EC2 Fleet expires.

fleetData_instances :: Lens' FleetData (Maybe [DescribeFleetsInstances]) Source #

Information about the instances that were launched by the fleet. Valid only when Type is set to instant.

fleetData_fulfilledCapacity :: Lens' FleetData (Maybe Double) Source #

The number of units fulfilled by this request compared to the set target capacity.

fleetData_type :: Lens' FleetData (Maybe FleetType) Source #

The type of request. Indicates whether the EC2 Fleet only requests the target capacity, or also attempts to maintain it. If you request a certain target capacity, EC2 Fleet only places the required requests; it does not attempt to replenish instances if capacity is diminished, and it does not submit requests in alternative capacity pools if capacity is unavailable. To maintain a certain target capacity, EC2 Fleet places the required requests to meet this target capacity. It also automatically replenishes any interrupted Spot Instances. Default: maintain.

fleetData_validFrom :: Lens' FleetData (Maybe UTCTime) Source #

The start date and time of the request, in UTC format (for example, YYYY-MM-DDTHH:MM:SSZ). The default is to start fulfilling the request immediately.

fleetData_replaceUnhealthyInstances :: Lens' FleetData (Maybe Bool) Source #

Indicates whether EC2 Fleet should replace unhealthy Spot Instances. Supported only for fleets of type maintain. For more information, see EC2 Fleet health checks in the Amazon EC2 User Guide.

fleetData_fulfilledOnDemandCapacity :: Lens' FleetData (Maybe Double) Source #

The number of units fulfilled by this request compared to the set target On-Demand capacity.

fleetData_fleetId :: Lens' FleetData (Maybe Text) Source #

The ID of the EC2 Fleet.

fleetData_errors :: Lens' FleetData (Maybe [DescribeFleetError]) Source #

Information about the instances that could not be launched by the fleet. Valid only when Type is set to instant.

fleetData_createTime :: Lens' FleetData (Maybe UTCTime) Source #

The creation date and time of the EC2 Fleet.

fleetData_tags :: Lens' FleetData (Maybe [Tag]) Source #

The tags for an EC2 Fleet resource.

fleetData_activityStatus :: Lens' FleetData (Maybe FleetActivityStatus) Source #

The progress of the EC2 Fleet. If there is an error, the status is error. After all requests are placed, the status is pending_fulfillment. If the size of the EC2 Fleet is equal to or greater than its target capacity, the status is fulfilled. If the size of the EC2 Fleet is decreased, the status is pending_termination while instances are terminating.

FleetLaunchTemplateConfig

fleetLaunchTemplateConfig_overrides :: Lens' FleetLaunchTemplateConfig (Maybe [FleetLaunchTemplateOverrides]) Source #

Any parameters that you specify override the same parameters in the launch template.

FleetLaunchTemplateConfigRequest

fleetLaunchTemplateConfigRequest_overrides :: Lens' FleetLaunchTemplateConfigRequest (Maybe [FleetLaunchTemplateOverridesRequest]) Source #

Any parameters that you specify override the same parameters in the launch template.

For fleets of type request and maintain, a maximum of 300 items is allowed across all launch templates.

fleetLaunchTemplateConfigRequest_launchTemplateSpecification :: Lens' FleetLaunchTemplateConfigRequest (Maybe FleetLaunchTemplateSpecificationRequest) Source #

The launch template to use. You must specify either the launch template ID or launch template name in the request.

FleetLaunchTemplateOverrides

fleetLaunchTemplateOverrides_priority :: Lens' FleetLaunchTemplateOverrides (Maybe Double) Source #

The priority for the launch template override. The highest priority is launched first.

If the On-Demand AllocationStrategy is set to prioritized, EC2 Fleet uses priority to determine which launch template override to use first in fulfilling On-Demand capacity.

If the Spot AllocationStrategy is set to capacity-optimized-prioritized, EC2 Fleet uses priority on a best-effort basis to determine which launch template override to use in fulfilling Spot capacity, but optimizes for capacity first.

Valid values are whole numbers starting at 0. The lower the number, the higher the priority. If no number is set, the override has the lowest priority. You can set the same priority for different launch template overrides.

fleetLaunchTemplateOverrides_weightedCapacity :: Lens' FleetLaunchTemplateOverrides (Maybe Double) Source #

The number of units provided by the specified instance type.

fleetLaunchTemplateOverrides_subnetId :: Lens' FleetLaunchTemplateOverrides (Maybe Text) Source #

The ID of the subnet in which to launch the instances.

fleetLaunchTemplateOverrides_availabilityZone :: Lens' FleetLaunchTemplateOverrides (Maybe Text) Source #

The Availability Zone in which to launch the instances.

fleetLaunchTemplateOverrides_placement :: Lens' FleetLaunchTemplateOverrides (Maybe PlacementResponse) Source #

The location where the instance launched, if applicable.

fleetLaunchTemplateOverrides_maxPrice :: Lens' FleetLaunchTemplateOverrides (Maybe Text) Source #

The maximum price per unit hour that you are willing to pay for a Spot Instance.

FleetLaunchTemplateOverridesRequest

fleetLaunchTemplateOverridesRequest_priority :: Lens' FleetLaunchTemplateOverridesRequest (Maybe Double) Source #

The priority for the launch template override. The highest priority is launched first.

If the On-Demand AllocationStrategy is set to prioritized, EC2 Fleet uses priority to determine which launch template override to use first in fulfilling On-Demand capacity.

If the Spot AllocationStrategy is set to capacity-optimized-prioritized, EC2 Fleet uses priority on a best-effort basis to determine which launch template override to use in fulfilling Spot capacity, but optimizes for capacity first.

Valid values are whole numbers starting at 0. The lower the number, the higher the priority. If no number is set, the launch template override has the lowest priority. You can set the same priority for different launch template overrides.

fleetLaunchTemplateOverridesRequest_subnetId :: Lens' FleetLaunchTemplateOverridesRequest (Maybe Text) Source #

The IDs of the subnets in which to launch the instances. Separate multiple subnet IDs using commas (for example, subnet-1234abcdeexample1, subnet-0987cdef6example2). A request of type instant can have only one subnet ID.

fleetLaunchTemplateOverridesRequest_maxPrice :: Lens' FleetLaunchTemplateOverridesRequest (Maybe Text) Source #

The maximum price per unit hour that you are willing to pay for a Spot Instance.

FleetLaunchTemplateSpecification

fleetLaunchTemplateSpecification_launchTemplateName :: Lens' FleetLaunchTemplateSpecification (Maybe Text) Source #

The name of the launch template. If you specify the template name, you can't specify the template ID.

fleetLaunchTemplateSpecification_launchTemplateId :: Lens' FleetLaunchTemplateSpecification (Maybe Text) Source #

The ID of the launch template. If you specify the template ID, you can't specify the template name.

fleetLaunchTemplateSpecification_version :: Lens' FleetLaunchTemplateSpecification (Maybe Text) Source #

The launch template version number, $Latest, or $Default. You must specify a value, otherwise the request fails.

If the value is $Latest, Amazon EC2 uses the latest version of the launch template.

If the value is $Default, Amazon EC2 uses the default version of the launch template.

FleetLaunchTemplateSpecificationRequest

fleetLaunchTemplateSpecificationRequest_launchTemplateName :: Lens' FleetLaunchTemplateSpecificationRequest (Maybe Text) Source #

The name of the launch template. If you specify the template name, you can't specify the template ID.

fleetLaunchTemplateSpecificationRequest_launchTemplateId :: Lens' FleetLaunchTemplateSpecificationRequest (Maybe Text) Source #

The ID of the launch template. If you specify the template ID, you can't specify the template name.

fleetLaunchTemplateSpecificationRequest_version :: Lens' FleetLaunchTemplateSpecificationRequest (Maybe Text) Source #

The launch template version number, $Latest, or $Default. You must specify a value, otherwise the request fails.

If the value is $Latest, Amazon EC2 uses the latest version of the launch template.

If the value is $Default, Amazon EC2 uses the default version of the launch template.

FleetSpotCapacityRebalance

fleetSpotCapacityRebalance_replacementStrategy :: Lens' FleetSpotCapacityRebalance (Maybe FleetReplacementStrategy) Source #

To allow EC2 Fleet to launch a replacement Spot Instance when an instance rebalance notification is emitted for an existing Spot Instance in the fleet, specify launch. Only available for fleets of type maintain.

When a replacement instance is launched, the instance marked for rebalance is not automatically terminated. You can terminate it, or you can leave it running. You are charged for both instances while they are running.

FleetSpotCapacityRebalanceRequest

fleetSpotCapacityRebalanceRequest_replacementStrategy :: Lens' FleetSpotCapacityRebalanceRequest (Maybe FleetReplacementStrategy) Source #

The replacement strategy to use. Only available for fleets of type maintain.

To allow EC2 Fleet to launch a replacement Spot Instance when an instance rebalance notification is emitted for an existing Spot Instance in the fleet, specify launch. You must specify a value, otherwise you get an error.

When a replacement instance is launched, the instance marked for rebalance is not automatically terminated. You can terminate it, or you can leave it running. You are charged for all instances while they are running.

FleetSpotMaintenanceStrategies

fleetSpotMaintenanceStrategies_capacityRebalance :: Lens' FleetSpotMaintenanceStrategies (Maybe FleetSpotCapacityRebalance) Source #

The strategy to use when Amazon EC2 emits a signal that your Spot Instance is at an elevated risk of being interrupted.

FleetSpotMaintenanceStrategiesRequest

fleetSpotMaintenanceStrategiesRequest_capacityRebalance :: Lens' FleetSpotMaintenanceStrategiesRequest (Maybe FleetSpotCapacityRebalanceRequest) Source #

The strategy to use when Amazon EC2 emits a signal that your Spot Instance is at an elevated risk of being interrupted.

FlowLog

flowLog_creationTime :: Lens' FlowLog (Maybe UTCTime) Source #

The date and time the flow log was created.

flowLog_logFormat :: Lens' FlowLog (Maybe Text) Source #

The format of the flow log record.

flowLog_maxAggregationInterval :: Lens' FlowLog (Maybe Int) Source #

The maximum interval of time, in seconds, during which a flow of packets is captured and aggregated into a flow log record.

When a network interface is attached to a Nitro-based instance, the aggregation interval is always 60 seconds (1 minute) or less, regardless of the specified value.

Valid Values: 60 | 600

flowLog_resourceId :: Lens' FlowLog (Maybe Text) Source #

The ID of the resource on which the flow log was created.

flowLog_flowLogStatus :: Lens' FlowLog (Maybe Text) Source #

The status of the flow log (ACTIVE).

flowLog_trafficType :: Lens' FlowLog (Maybe TrafficType) Source #

The type of traffic captured for the flow log.

flowLog_logDestination :: Lens' FlowLog (Maybe Text) Source #

The destination to which the flow log data is published. Flow log data can be published to an CloudWatch Logs log group or an Amazon S3 bucket. If the flow log publishes to CloudWatch Logs, this element indicates the Amazon Resource Name (ARN) of the CloudWatch Logs log group to which the data is published. If the flow log publishes to Amazon S3, this element indicates the ARN of the Amazon S3 bucket to which the data is published.

flowLog_deliverLogsStatus :: Lens' FlowLog (Maybe Text) Source #

The status of the logs delivery (SUCCESS | FAILED).

flowLog_deliverLogsErrorMessage :: Lens' FlowLog (Maybe Text) Source #

Information about the error that occurred. Rate limited indicates that CloudWatch Logs throttling has been applied for one or more network interfaces, or that you've reached the limit on the number of log groups that you can create. Access error indicates that the IAM role associated with the flow log does not have sufficient permissions to publish to CloudWatch Logs. Unknown error indicates an internal error.

flowLog_logGroupName :: Lens' FlowLog (Maybe Text) Source #

The name of the flow log group.

flowLog_deliverLogsPermissionArn :: Lens' FlowLog (Maybe Text) Source #

The ARN of the IAM role that posts logs to CloudWatch Logs.

flowLog_logDestinationType :: Lens' FlowLog (Maybe LogDestinationType) Source #

The type of destination to which the flow log data is published. Flow log data can be published to CloudWatch Logs or Amazon S3.

flowLog_tags :: Lens' FlowLog (Maybe [Tag]) Source #

The tags for the flow log.

FpgaDeviceInfo

fpgaDeviceInfo_memoryInfo :: Lens' FpgaDeviceInfo (Maybe FpgaDeviceMemoryInfo) Source #

Describes the memory for the FPGA accelerator for the instance type.

fpgaDeviceInfo_manufacturer :: Lens' FpgaDeviceInfo (Maybe Text) Source #

The manufacturer of the FPGA accelerator.

fpgaDeviceInfo_count :: Lens' FpgaDeviceInfo (Maybe Int) Source #

The count of FPGA accelerators for the instance type.

fpgaDeviceInfo_name :: Lens' FpgaDeviceInfo (Maybe Text) Source #

The name of the FPGA accelerator.

FpgaDeviceMemoryInfo

fpgaDeviceMemoryInfo_sizeInMiB :: Lens' FpgaDeviceMemoryInfo (Maybe Int) Source #

The size of the memory available to the FPGA accelerator, in MiB.

FpgaImage

fpgaImage_shellVersion :: Lens' FpgaImage (Maybe Text) Source #

The version of the Amazon Web Services Shell that was used to create the bitstream.

fpgaImage_pciId :: Lens' FpgaImage (Maybe PciId) Source #

Information about the PCI bus.

fpgaImage_state :: Lens' FpgaImage (Maybe FpgaImageState) Source #

Information about the state of the AFI.

fpgaImage_ownerAlias :: Lens' FpgaImage (Maybe Text) Source #

The alias of the AFI owner. Possible values include self, amazon, and aws-marketplace.

fpgaImage_fpgaImageId :: Lens' FpgaImage (Maybe Text) Source #

The FPGA image identifier (AFI ID).

fpgaImage_dataRetentionSupport :: Lens' FpgaImage (Maybe Bool) Source #

Indicates whether data retention support is enabled for the AFI.

fpgaImage_ownerId :: Lens' FpgaImage (Maybe Text) Source #

The ID of the Amazon Web Services account that owns the AFI.

fpgaImage_updateTime :: Lens' FpgaImage (Maybe UTCTime) Source #

The time of the most recent update to the AFI.

fpgaImage_name :: Lens' FpgaImage (Maybe Text) Source #

The name of the AFI.

fpgaImage_productCodes :: Lens' FpgaImage (Maybe [ProductCode]) Source #

The product codes for the AFI.

fpgaImage_description :: Lens' FpgaImage (Maybe Text) Source #

The description of the AFI.

fpgaImage_createTime :: Lens' FpgaImage (Maybe UTCTime) Source #

The date and time the AFI was created.

fpgaImage_tags :: Lens' FpgaImage (Maybe [Tag]) Source #

Any tags assigned to the AFI.

fpgaImage_public :: Lens' FpgaImage (Maybe Bool) Source #

Indicates whether the AFI is public.

fpgaImage_fpgaImageGlobalId :: Lens' FpgaImage (Maybe Text) Source #

The global FPGA image identifier (AGFI ID).

FpgaImageAttribute

FpgaImageState

fpgaImageState_code :: Lens' FpgaImageState (Maybe FpgaImageStateCode) Source #

The state. The following are the possible values:

  • pending - AFI bitstream generation is in progress.
  • available - The AFI is available for use.
  • failed - AFI bitstream generation failed.
  • unavailable - The AFI is no longer available for use.

fpgaImageState_message :: Lens' FpgaImageState (Maybe Text) Source #

If the state is failed, this is the error message.

FpgaInfo

fpgaInfo_totalFpgaMemoryInMiB :: Lens' FpgaInfo (Maybe Int) Source #

The total memory of all FPGA accelerators for the instance type.

fpgaInfo_fpgas :: Lens' FpgaInfo (Maybe [FpgaDeviceInfo]) Source #

Describes the FPGAs for the instance type.

GpuDeviceInfo

gpuDeviceInfo_memoryInfo :: Lens' GpuDeviceInfo (Maybe GpuDeviceMemoryInfo) Source #

Describes the memory available to the GPU accelerator.

gpuDeviceInfo_manufacturer :: Lens' GpuDeviceInfo (Maybe Text) Source #

The manufacturer of the GPU accelerator.

gpuDeviceInfo_count :: Lens' GpuDeviceInfo (Maybe Int) Source #

The number of GPUs for the instance type.

gpuDeviceInfo_name :: Lens' GpuDeviceInfo (Maybe Text) Source #

The name of the GPU accelerator.

GpuDeviceMemoryInfo

gpuDeviceMemoryInfo_sizeInMiB :: Lens' GpuDeviceMemoryInfo (Maybe Int) Source #

The size of the memory available to the GPU accelerator, in MiB.

GpuInfo

gpuInfo_totalGpuMemoryInMiB :: Lens' GpuInfo (Maybe Int) Source #

The total size of the memory for the GPU accelerators for the instance type, in MiB.

gpuInfo_gpus :: Lens' GpuInfo (Maybe [GpuDeviceInfo]) Source #

Describes the GPU accelerators for the instance type.

GroupIdentifier

groupIdentifier_groupId :: Lens' GroupIdentifier (Maybe Text) Source #

The ID of the security group.

groupIdentifier_groupName :: Lens' GroupIdentifier (Maybe Text) Source #

The name of the security group.

HibernationOptions

hibernationOptions_configured :: Lens' HibernationOptions (Maybe Bool) Source #

If this parameter is set to true, your instance is enabled for hibernation; otherwise, it is not enabled for hibernation.

HibernationOptionsRequest

hibernationOptionsRequest_configured :: Lens' HibernationOptionsRequest (Maybe Bool) Source #

If you set this parameter to true, your instance is enabled for hibernation.

Default: false

HistoryRecord

historyRecord_eventType :: Lens' HistoryRecord (Maybe EventType) Source #

The event type.

  • error - An error with the Spot Fleet request.
  • fleetRequestChange - A change in the status or configuration of the Spot Fleet request.
  • instanceChange - An instance was launched or terminated.
  • Information - An informational event.

historyRecord_timestamp :: Lens' HistoryRecord (Maybe UTCTime) Source #

The date and time of the event, in UTC format (for example, YYYY-MM-DDTHH:MM:SSZ).

HistoryRecordEntry

historyRecordEntry_timestamp :: Lens' HistoryRecordEntry (Maybe UTCTime) Source #

The date and time of the event, in UTC format (for example, YYYY-MM-DDTHH:MM:SSZ).

Host

host_releaseTime :: Lens' Host (Maybe UTCTime) Source #

The time that the Dedicated Host was released.

host_state :: Lens' Host (Maybe AllocationState) Source #

The Dedicated Host's state.

host_clientToken :: Lens' Host (Maybe Text) Source #

Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see Ensuring Idempotency.

host_availabilityZoneId :: Lens' Host (Maybe Text) Source #

The ID of the Availability Zone in which the Dedicated Host is allocated.

host_hostId :: Lens' Host (Maybe Text) Source #

The ID of the Dedicated Host.

host_availableCapacity :: Lens' Host (Maybe AvailableCapacity) Source #

Information about the instances running on the Dedicated Host.

host_hostReservationId :: Lens' Host (Maybe Text) Source #

The reservation ID of the Dedicated Host. This returns a null response if the Dedicated Host doesn't have an associated reservation.

host_allowsMultipleInstanceTypes :: Lens' Host (Maybe AllowsMultipleInstanceTypes) Source #

Indicates whether the Dedicated Host supports multiple instance types of the same instance family. If the value is on, the Dedicated Host supports multiple instance types in the instance family. If the value is off, the Dedicated Host supports a single instance type only.

host_hostProperties :: Lens' Host (Maybe HostProperties) Source #

The hardware specifications of the Dedicated Host.

host_ownerId :: Lens' Host (Maybe Text) Source #

The ID of the Amazon Web Services account that owns the Dedicated Host.

host_availabilityZone :: Lens' Host (Maybe Text) Source #

The Availability Zone of the Dedicated Host.

host_instances :: Lens' Host (Maybe [HostInstance]) Source #

The IDs and instance type that are currently running on the Dedicated Host.

host_allocationTime :: Lens' Host (Maybe UTCTime) Source #

The time that the Dedicated Host was allocated.

host_memberOfServiceLinkedResourceGroup :: Lens' Host (Maybe Bool) Source #

Indicates whether the Dedicated Host is in a host resource group. If memberOfServiceLinkedResourceGroup is true, the host is in a host resource group; otherwise, it is not.

host_hostRecovery :: Lens' Host (Maybe HostRecovery) Source #

Indicates whether host recovery is enabled or disabled for the Dedicated Host.

host_autoPlacement :: Lens' Host (Maybe AutoPlacement) Source #

Whether auto-placement is on or off.

host_tags :: Lens' Host (Maybe [Tag]) Source #

Any tags assigned to the Dedicated Host.

HostInstance

hostInstance_instanceId :: Lens' HostInstance (Maybe Text) Source #

The ID of instance that is running on the Dedicated Host.

hostInstance_instanceType :: Lens' HostInstance (Maybe Text) Source #

The instance type (for example, m3.medium) of the running instance.

hostInstance_ownerId :: Lens' HostInstance (Maybe Text) Source #

The ID of the Amazon Web Services account that owns the instance.

HostOffering

hostOffering_instanceFamily :: Lens' HostOffering (Maybe Text) Source #

The instance family of the offering.

hostOffering_hourlyPrice :: Lens' HostOffering (Maybe Text) Source #

The hourly price of the offering.

hostOffering_upfrontPrice :: Lens' HostOffering (Maybe Text) Source #

The upfront price of the offering. Does not apply to No Upfront offerings.

hostOffering_duration :: Lens' HostOffering (Maybe Int) Source #

The duration of the offering (in seconds).

HostProperties

hostProperties_instanceFamily :: Lens' HostProperties (Maybe Text) Source #

The instance family supported by the Dedicated Host. For example, m5.

hostProperties_instanceType :: Lens' HostProperties (Maybe Text) Source #

The instance type supported by the Dedicated Host. For example, m5.large. If the host supports multiple instance types, no instanceType is returned.

hostProperties_totalVCpus :: Lens' HostProperties (Maybe Int) Source #

The total number of vCPUs on the Dedicated Host.

hostProperties_cores :: Lens' HostProperties (Maybe Int) Source #

The number of cores on the Dedicated Host.

hostProperties_sockets :: Lens' HostProperties (Maybe Int) Source #

The number of sockets on the Dedicated Host.

HostReservation

hostReservation_instanceFamily :: Lens' HostReservation (Maybe Text) Source #

The instance family of the Dedicated Host Reservation. The instance family on the Dedicated Host must be the same in order for it to benefit from the reservation.

hostReservation_currencyCode :: Lens' HostReservation (Maybe CurrencyCodeValues) Source #

The currency in which the upfrontPrice and hourlyPrice amounts are specified. At this time, the only supported currency is USD.

hostReservation_hostReservationId :: Lens' HostReservation (Maybe Text) Source #

The ID of the reservation that specifies the associated Dedicated Hosts.

hostReservation_start :: Lens' HostReservation (Maybe UTCTime) Source #

The date and time that the reservation started.

hostReservation_hourlyPrice :: Lens' HostReservation (Maybe Text) Source #

The hourly price of the reservation.

hostReservation_count :: Lens' HostReservation (Maybe Int) Source #

The number of Dedicated Hosts the reservation is associated with.

hostReservation_upfrontPrice :: Lens' HostReservation (Maybe Text) Source #

The upfront price of the reservation.

hostReservation_end :: Lens' HostReservation (Maybe UTCTime) Source #

The date and time that the reservation ends.

hostReservation_hostIdSet :: Lens' HostReservation (Maybe [Text]) Source #

The IDs of the Dedicated Hosts associated with the reservation.

hostReservation_offeringId :: Lens' HostReservation (Maybe Text) Source #

The ID of the reservation. This remains the same regardless of which Dedicated Hosts are associated with it.

hostReservation_duration :: Lens' HostReservation (Maybe Int) Source #

The length of the reservation's term, specified in seconds. Can be 31536000 (1 year) | 94608000 (3 years).

hostReservation_tags :: Lens' HostReservation (Maybe [Tag]) Source #

Any tags assigned to the Dedicated Host Reservation.

hostReservation_paymentOption :: Lens' HostReservation (Maybe PaymentOption) Source #

The payment option selected for this reservation.

IKEVersionsListValue

IKEVersionsRequestListValue

IamInstanceProfile

iamInstanceProfile_arn :: Lens' IamInstanceProfile (Maybe Text) Source #

The Amazon Resource Name (ARN) of the instance profile.

iamInstanceProfile_id :: Lens' IamInstanceProfile (Maybe Text) Source #

The ID of the instance profile.

IamInstanceProfileAssociation

iamInstanceProfileAssociation_timestamp :: Lens' IamInstanceProfileAssociation (Maybe UTCTime) Source #

The time the IAM instance profile was associated with the instance.

IamInstanceProfileSpecification

iamInstanceProfileSpecification_arn :: Lens' IamInstanceProfileSpecification (Maybe Text) Source #

The Amazon Resource Name (ARN) of the instance profile.

IcmpTypeCode

icmpTypeCode_code :: Lens' IcmpTypeCode (Maybe Int) Source #

The ICMP code. A value of -1 means all codes for the specified ICMP type.

icmpTypeCode_type :: Lens' IcmpTypeCode (Maybe Int) Source #

The ICMP type. A value of -1 means all types.

IdFormat

idFormat_useLongIds :: Lens' IdFormat (Maybe Bool) Source #

Indicates whether longer IDs (17-character IDs) are enabled for the resource.

idFormat_deadline :: Lens' IdFormat (Maybe UTCTime) Source #

The date in UTC at which you are permanently switched over to using longer IDs. If a deadline is not yet available for this resource type, this field is not returned.

idFormat_resource :: Lens' IdFormat (Maybe Text) Source #

The type of resource.

Image

image_platform :: Lens' Image (Maybe PlatformValues) Source #

This value is set to windows for Windows AMIs; otherwise, it is blank.

image_platformDetails :: Lens' Image (Maybe Text) Source #

The platform details associated with the billing code of the AMI. For more information, see Understanding AMI billing in the Amazon Elastic Compute Cloud User Guide.

image_deprecationTime :: Lens' Image (Maybe Text) Source #

The date and time to deprecate the AMI, in UTC, in the following format: YYYY-MM-DDTHH:MM:SSZ. If you specified a value for seconds, Amazon EC2 rounds the seconds to the nearest minute.

image_enaSupport :: Lens' Image (Maybe Bool) Source #

Specifies whether enhanced networking with ENA is enabled.

image_imageOwnerAlias :: Lens' Image (Maybe Text) Source #

The Amazon Web Services account alias (for example, amazon, self) or the Amazon Web Services account ID of the AMI owner.

image_usageOperation :: Lens' Image (Maybe Text) Source #

The operation of the Amazon EC2 instance and the billing code that is associated with the AMI. usageOperation corresponds to the lineitem/Operation column on your Amazon Web Services Cost and Usage Report and in the Amazon Web Services Price List API. You can view these fields on the Instances or AMIs pages in the Amazon EC2 console, or in the responses that are returned by the DescribeImages command in the Amazon EC2 API, or the describe-images command in the CLI.

image_ramdiskId :: Lens' Image (Maybe Text) Source #

The RAM disk associated with the image, if any. Only applicable for machine images.

image_kernelId :: Lens' Image (Maybe Text) Source #

The kernel associated with the image, if any. Only applicable for machine images.

image_rootDeviceName :: Lens' Image (Maybe Text) Source #

The device name of the root device volume (for example, /dev/sda1).

image_sriovNetSupport :: Lens' Image (Maybe Text) Source #

Specifies whether enhanced networking with the Intel 82599 Virtual Function interface is enabled.

image_name :: Lens' Image (Maybe Text) Source #

The name of the AMI that was provided during image creation.

image_bootMode :: Lens' Image (Maybe BootModeValues) Source #

The boot mode of the image. For more information, see Boot modes in the Amazon Elastic Compute Cloud User Guide.

image_creationDate :: Lens' Image (Maybe Text) Source #

The date and time the image was created.

image_productCodes :: Lens' Image (Maybe [ProductCode]) Source #

Any product codes associated with the AMI.

image_stateReason :: Lens' Image (Maybe StateReason) Source #

The reason for the state change.

image_description :: Lens' Image (Maybe Text) Source #

The description of the AMI that was provided during image creation.

image_blockDeviceMappings :: Lens' Image (Maybe [BlockDeviceMapping]) Source #

Any block device mapping entries.

image_tags :: Lens' Image (Maybe [Tag]) Source #

Any tags assigned to the image.

image_imageId :: Lens' Image Text Source #

The ID of the AMI.

image_imageLocation :: Lens' Image Text Source #

The location of the AMI.

image_state :: Lens' Image ImageState Source #

The current state of the AMI. If the state is available, the image is successfully registered and can be used to launch an instance.

image_ownerId :: Lens' Image Text Source #

The ID of the Amazon Web Services account that owns the image.

image_public :: Lens' Image Bool Source #

Indicates whether the image has public launch permissions. The value is true if this image has public launch permissions or false if it has only implicit and explicit launch permissions.

image_architecture :: Lens' Image ArchitectureValues Source #

The architecture of the image.

image_rootDeviceType :: Lens' Image DeviceType Source #

The type of root device used by the AMI. The AMI can use an Amazon EBS volume or an instance store volume.

image_virtualizationType :: Lens' Image VirtualizationType Source #

The type of virtualization of the AMI.

image_hypervisor :: Lens' Image HypervisorType Source #

The hypervisor type of the image.

ImageDiskContainer

imageDiskContainer_format :: Lens' ImageDiskContainer (Maybe Text) Source #

The format of the disk image being imported.

Valid values: OVA | VHD | VHDX | VMDK | RAW

imageDiskContainer_url :: Lens' ImageDiskContainer (Maybe Text) Source #

The URL to the Amazon S3-based disk image being imported. The URL can either be a https URL (https://..) or an Amazon S3 URL (s3://..)

imageDiskContainer_deviceName :: Lens' ImageDiskContainer (Maybe Text) Source #

The block device mapping for the disk.

imageDiskContainer_snapshotId :: Lens' ImageDiskContainer (Maybe Text) Source #

The ID of the EBS snapshot to be used for importing the snapshot.

ImportImageLicenseConfigurationRequest

ImportImageLicenseConfigurationResponse

ImportImageTask

importImageTask_status :: Lens' ImportImageTask (Maybe Text) Source #

A brief status for the import image task.

importImageTask_hypervisor :: Lens' ImportImageTask (Maybe Text) Source #

The target hypervisor for the import task.

Valid values: xen

importImageTask_platform :: Lens' ImportImageTask (Maybe Text) Source #

The description string for the import image task.

importImageTask_progress :: Lens' ImportImageTask (Maybe Text) Source #

The percentage of progress of the import image task.

importImageTask_licenseSpecifications :: Lens' ImportImageTask (Maybe [ImportImageLicenseConfigurationResponse]) Source #

The ARNs of the license configurations that are associated with the import image task.

importImageTask_licenseType :: Lens' ImportImageTask (Maybe Text) Source #

The license type of the virtual machine.

importImageTask_encrypted :: Lens' ImportImageTask (Maybe Bool) Source #

Indicates whether the image is encrypted.

importImageTask_kmsKeyId :: Lens' ImportImageTask (Maybe Text) Source #

The identifier for the KMS key that was used to create the encrypted image.

importImageTask_statusMessage :: Lens' ImportImageTask (Maybe Text) Source #

A descriptive status message for the import image task.

importImageTask_imageId :: Lens' ImportImageTask (Maybe Text) Source #

The ID of the Amazon Machine Image (AMI) of the imported virtual machine.

importImageTask_bootMode :: Lens' ImportImageTask (Maybe BootModeValues) Source #

The boot mode of the virtual machine.

importImageTask_importTaskId :: Lens' ImportImageTask (Maybe Text) Source #

The ID of the import image task.

importImageTask_architecture :: Lens' ImportImageTask (Maybe Text) Source #

The architecture of the virtual machine.

Valid values: i386 | x86_64 | arm64

importImageTask_description :: Lens' ImportImageTask (Maybe Text) Source #

A description of the import task.

importImageTask_tags :: Lens' ImportImageTask (Maybe [Tag]) Source #

The tags for the import image task.

ImportInstanceLaunchSpecification

importInstanceLaunchSpecification_subnetId :: Lens' ImportInstanceLaunchSpecification (Maybe Text) Source #

EC2-VPC
The ID of the subnet in which to launch the instance.

importInstanceLaunchSpecification_instanceType :: Lens' ImportInstanceLaunchSpecification (Maybe InstanceType) Source #

The instance type. For more information about the instance types that you can import, see Instance Types in the VM Import/Export User Guide.

importInstanceLaunchSpecification_userData :: Lens' ImportInstanceLaunchSpecification (Maybe UserData) Source #

The Base64-encoded user data to make available to the instance.

importInstanceLaunchSpecification_privateIpAddress :: Lens' ImportInstanceLaunchSpecification (Maybe Text) Source #

EC2-VPC
An available IP address from the IP address range of the subnet.

importInstanceLaunchSpecification_instanceInitiatedShutdownBehavior :: Lens' ImportInstanceLaunchSpecification (Maybe ShutdownBehavior) Source #

Indicates whether an instance stops or terminates when you initiate shutdown from the instance (using the operating system command for system shutdown).

ImportInstanceTaskDetails

ImportInstanceVolumeDetailItem

importInstanceVolumeDetailItem_status :: Lens' ImportInstanceVolumeDetailItem (Maybe Text) Source #

The status of the import of this particular disk image.

importInstanceVolumeDetailItem_availabilityZone :: Lens' ImportInstanceVolumeDetailItem (Maybe Text) Source #

The Availability Zone where the resulting instance will reside.

importInstanceVolumeDetailItem_statusMessage :: Lens' ImportInstanceVolumeDetailItem (Maybe Text) Source #

The status information or errors related to the disk image.

ImportSnapshotTask

importSnapshotTask_description :: Lens' ImportSnapshotTask (Maybe Text) Source #

A description of the import snapshot task.

importSnapshotTask_tags :: Lens' ImportSnapshotTask (Maybe [Tag]) Source #

The tags for the import snapshot task.

ImportVolumeTaskDetails

importVolumeTaskDetails_availabilityZone :: Lens' ImportVolumeTaskDetails (Maybe Text) Source #

The Availability Zone where the resulting volume will reside.

importVolumeTaskDetails_description :: Lens' ImportVolumeTaskDetails (Maybe Text) Source #

The description you provided when starting the import volume task.

InferenceAcceleratorInfo

inferenceAcceleratorInfo_accelerators :: Lens' InferenceAcceleratorInfo (Maybe [InferenceDeviceInfo]) Source #

Describes the Inference accelerators for the instance type.

InferenceDeviceInfo

inferenceDeviceInfo_manufacturer :: Lens' InferenceDeviceInfo (Maybe Text) Source #

The manufacturer of the Inference accelerator.

inferenceDeviceInfo_count :: Lens' InferenceDeviceInfo (Maybe Int) Source #

The number of Inference accelerators for the instance type.

inferenceDeviceInfo_name :: Lens' InferenceDeviceInfo (Maybe Text) Source #

The name of the Inference accelerator.

Instance

instance_publicDnsName :: Lens' Instance (Maybe Text) Source #

(IPv4 only) The public DNS name assigned to the instance. This name is not available until the instance enters the running state. For EC2-VPC, this name is only available if you've enabled DNS hostnames for your VPC.

instance_platform :: Lens' Instance (Maybe PlatformValues) Source #

The value is Windows for Windows instances; otherwise blank.

instance_securityGroups :: Lens' Instance (Maybe [GroupIdentifier]) Source #

The security groups for the instance.

instance_clientToken :: Lens' Instance (Maybe Text) Source #

The idempotency token you provided when you launched the instance, if applicable.

instance_platformDetails :: Lens' Instance (Maybe Text) Source #

The platform details value for the instance. For more information, see AMI billing information fields in the Amazon EC2 User Guide.

instance_enaSupport :: Lens' Instance (Maybe Bool) Source #

Specifies whether enhanced networking with ENA is enabled.

instance_sourceDestCheck :: Lens' Instance (Maybe Bool) Source #

Indicates whether source/destination checking is enabled.

instance_elasticGpuAssociations :: Lens' Instance (Maybe [ElasticGpuAssociation]) Source #

The Elastic GPU associated with the instance.

instance_vpcId :: Lens' Instance (Maybe Text) Source #

EC2-VPC
The ID of the VPC in which the instance is running.

instance_keyName :: Lens' Instance (Maybe Text) Source #

The name of the key pair, if this instance was launched with an associated key pair.

instance_networkInterfaces :: Lens' Instance (Maybe [InstanceNetworkInterface]) Source #

EC2-VPC
The network interfaces for the instance.

instance_usageOperation :: Lens' Instance (Maybe Text) Source #

The usage operation value for the instance. For more information, see AMI billing information fields in the Amazon EC2 User Guide.

instance_outpostArn :: Lens' Instance (Maybe Text) Source #

The Amazon Resource Name (ARN) of the Outpost.

instance_enclaveOptions :: Lens' Instance (Maybe EnclaveOptions) Source #

Indicates whether the instance is enabled for Amazon Web Services Nitro Enclaves.

instance_ramdiskId :: Lens' Instance (Maybe Text) Source #

The RAM disk associated with this instance, if applicable.

instance_cpuOptions :: Lens' Instance (Maybe CpuOptions) Source #

The CPU options for the instance.

instance_subnetId :: Lens' Instance (Maybe Text) Source #

EC2-VPC
The ID of the subnet in which the instance is running.

instance_kernelId :: Lens' Instance (Maybe Text) Source #

The kernel associated with this instance, if applicable.

instance_rootDeviceName :: Lens' Instance (Maybe Text) Source #

The device name of the root device volume (for example, /dev/sda1).

instance_capacityReservationId :: Lens' Instance (Maybe Text) Source #

The ID of the Capacity Reservation.

instance_capacityReservationSpecification :: Lens' Instance (Maybe CapacityReservationSpecificationResponse) Source #

Information about the Capacity Reservation targeting option.

instance_sriovNetSupport :: Lens' Instance (Maybe Text) Source #

Specifies whether enhanced networking with the Intel 82599 Virtual Function interface is enabled.

instance_ebsOptimized :: Lens' Instance (Maybe Bool) Source #

Indicates whether the instance is optimized for Amazon EBS I/O. This optimization provides dedicated throughput to Amazon EBS and an optimized configuration stack to provide optimal I/O performance. This optimization isn't available with all instance types. Additional usage charges apply when using an EBS Optimized instance.

instance_usageOperationUpdateTime :: Lens' Instance (Maybe UTCTime) Source #

The time that the usage operation was last updated.

instance_stateTransitionReason :: Lens' Instance (Maybe Text) Source #

The reason for the most recent state transition. This might be an empty string.

instance_hibernationOptions :: Lens' Instance (Maybe HibernationOptions) Source #

Indicates whether the instance is enabled for hibernation.

instance_instanceLifecycle :: Lens' Instance (Maybe InstanceLifecycleType) Source #

Indicates whether this is a Spot Instance or a Scheduled Instance.

instance_iamInstanceProfile :: Lens' Instance (Maybe IamInstanceProfile) Source #

The IAM instance profile associated with the instance, if applicable.

instance_privateIpAddress :: Lens' Instance (Maybe Text) Source #

The private IPv4 address assigned to the instance.

instance_bootMode :: Lens' Instance (Maybe BootModeValues) Source #

The boot mode of the instance. For more information, see Boot modes in the Amazon EC2 User Guide.

instance_productCodes :: Lens' Instance (Maybe [ProductCode]) Source #

The product codes attached to this instance, if applicable.

instance_spotInstanceRequestId :: Lens' Instance (Maybe Text) Source #

If the request is a Spot Instance request, the ID of the request.

instance_licenses :: Lens' Instance (Maybe [LicenseConfiguration]) Source #

The license configurations for the instance.

instance_elasticInferenceAcceleratorAssociations :: Lens' Instance (Maybe [ElasticInferenceAcceleratorAssociation]) Source #

The elastic inference accelerator associated with the instance.

instance_privateDnsName :: Lens' Instance (Maybe Text) Source #

(IPv4 only) The private DNS hostname name assigned to the instance. This DNS hostname can only be used inside the Amazon EC2 network. This name is not available until the instance enters the running state.

EC2-VPC
The Amazon-provided DNS server resolves Amazon-provided private DNS hostnames if you've enabled DNS resolution and DNS hostnames in your VPC. If you are not using the Amazon-provided DNS server in your VPC, your custom domain name servers must resolve the hostname as appropriate.

instance_stateReason :: Lens' Instance (Maybe StateReason) Source #

The reason for the most recent state transition.

instance_blockDeviceMappings :: Lens' Instance (Maybe [InstanceBlockDeviceMapping]) Source #

Any block device mapping entries for the instance.

instance_publicIpAddress :: Lens' Instance (Maybe Text) Source #

The public IPv4 address, or the Carrier IP address assigned to the instance, if applicable.

A Carrier IP address only applies to an instance launched in a subnet associated with a Wavelength Zone.

instance_tags :: Lens' Instance (Maybe [Tag]) Source #

Any tags assigned to the instance.

instance_instanceId :: Lens' Instance Text Source #

The ID of the instance.

instance_imageId :: Lens' Instance Text Source #

The ID of the AMI used to launch the instance.

instance_amiLaunchIndex :: Lens' Instance Int Source #

The AMI launch index, which can be used to find this instance in the launch group.

instance_launchTime :: Lens' Instance UTCTime Source #

The time the instance was launched.

instance_placement :: Lens' Instance Placement Source #

The location where the instance launched, if applicable.

instance_monitoring :: Lens' Instance Monitoring Source #

The monitoring for the instance.

instance_rootDeviceType :: Lens' Instance DeviceType Source #

The root device type used by the AMI. The AMI can use an EBS volume or an instance store volume.

instance_virtualizationType :: Lens' Instance VirtualizationType Source #

The virtualization type of the instance.

instance_hypervisor :: Lens' Instance HypervisorType Source #

The hypervisor type of the instance. The value xen is used for both Xen and Nitro hypervisors.

instance_state :: Lens' Instance InstanceState Source #

The current state of the instance.

InstanceBlockDeviceMapping

instanceBlockDeviceMapping_ebs :: Lens' InstanceBlockDeviceMapping (Maybe EbsInstanceBlockDevice) Source #

Parameters used to automatically set up EBS volumes when the instance is launched.

instanceBlockDeviceMapping_deviceName :: Lens' InstanceBlockDeviceMapping (Maybe Text) Source #

The device name (for example, /dev/sdh or xvdh).

InstanceBlockDeviceMappingSpecification

instanceBlockDeviceMappingSpecification_noDevice :: Lens' InstanceBlockDeviceMappingSpecification (Maybe Text) Source #

suppress the specified device included in the block device mapping.

instanceBlockDeviceMappingSpecification_ebs :: Lens' InstanceBlockDeviceMappingSpecification (Maybe EbsInstanceBlockDeviceSpecification) Source #

Parameters used to automatically set up EBS volumes when the instance is launched.

InstanceCapacity

instanceCapacity_availableCapacity :: Lens' InstanceCapacity (Maybe Int) Source #

The number of instances that can be launched onto the Dedicated Host based on the host's available capacity.

instanceCapacity_instanceType :: Lens' InstanceCapacity (Maybe Text) Source #

The instance type supported by the Dedicated Host.

instanceCapacity_totalCapacity :: Lens' InstanceCapacity (Maybe Int) Source #

The total number of instances that can be launched onto the Dedicated Host if there are no instances running on it.

InstanceCount

instanceCount_state :: Lens' InstanceCount (Maybe ListingState) Source #

The states of the listed Reserved Instances.

instanceCount_instanceCount :: Lens' InstanceCount (Maybe Int) Source #

The number of listed Reserved Instances in the state specified by the state.

InstanceCreditSpecification

instanceCreditSpecification_cpuCredits :: Lens' InstanceCreditSpecification (Maybe Text) Source #

The credit option for CPU usage of the instance. Valid values are standard and unlimited.

InstanceCreditSpecificationRequest

instanceCreditSpecificationRequest_cpuCredits :: Lens' InstanceCreditSpecificationRequest (Maybe Text) Source #

The credit option for CPU usage of the instance. Valid values are standard and unlimited.

T3 instances with host tenancy do not support the unlimited CPU credit option.

InstanceEventWindow

instanceEventWindow_cronExpression :: Lens' InstanceEventWindow (Maybe Text) Source #

The cron expression defined for the event window.

instanceEventWindow_tags :: Lens' InstanceEventWindow (Maybe [Tag]) Source #

The instance tags associated with the event window.

instanceEventWindow_timeRanges :: Lens' InstanceEventWindow (Maybe [InstanceEventWindowTimeRange]) Source #

One or more time ranges defined for the event window.

InstanceEventWindowAssociationRequest

instanceEventWindowAssociationRequest_instanceTags :: Lens' InstanceEventWindowAssociationRequest (Maybe [Tag]) Source #

The instance tags to associate with the event window. Any instances associated with the tags will be associated with the event window.

instanceEventWindowAssociationRequest_instanceIds :: Lens' InstanceEventWindowAssociationRequest (Maybe [Text]) Source #

The IDs of the instances to associate with the event window. If the instance is on a Dedicated Host, you can't specify the Instance ID parameter; you must use the Dedicated Host ID parameter.

instanceEventWindowAssociationRequest_dedicatedHostIds :: Lens' InstanceEventWindowAssociationRequest (Maybe [Text]) Source #

The IDs of the Dedicated Hosts to associate with the event window.

InstanceEventWindowAssociationTarget

instanceEventWindowAssociationTarget_instanceIds :: Lens' InstanceEventWindowAssociationTarget (Maybe [Text]) Source #

The IDs of the instances associated with the event window.

instanceEventWindowAssociationTarget_dedicatedHostIds :: Lens' InstanceEventWindowAssociationTarget (Maybe [Text]) Source #

The IDs of the Dedicated Hosts associated with the event window.

instanceEventWindowAssociationTarget_tags :: Lens' InstanceEventWindowAssociationTarget (Maybe [Tag]) Source #

The instance tags associated with the event window. Any instances associated with the tags will be associated with the event window.

InstanceEventWindowDisassociationRequest

instanceEventWindowDisassociationRequest_instanceTags :: Lens' InstanceEventWindowDisassociationRequest (Maybe [Tag]) Source #

The instance tags to disassociate from the event window. Any instances associated with the tags will be disassociated from the event window.

instanceEventWindowDisassociationRequest_instanceIds :: Lens' InstanceEventWindowDisassociationRequest (Maybe [Text]) Source #

The IDs of the instances to disassociate from the event window.

instanceEventWindowDisassociationRequest_dedicatedHostIds :: Lens' InstanceEventWindowDisassociationRequest (Maybe [Text]) Source #

The IDs of the Dedicated Hosts to disassociate from the event window.

InstanceEventWindowStateChange

InstanceEventWindowTimeRange

InstanceEventWindowTimeRangeRequest

InstanceExportDetails

InstanceFamilyCreditSpecification

instanceFamilyCreditSpecification_cpuCredits :: Lens' InstanceFamilyCreditSpecification (Maybe Text) Source #

The default credit option for CPU usage of the instance family. Valid values are standard and unlimited.

InstanceIpv4Prefix

instanceIpv4Prefix_ipv4Prefix :: Lens' InstanceIpv4Prefix (Maybe Text) Source #

One or more IPv4 prefixes assigned to the network interface.

InstanceIpv6Address

InstanceIpv6AddressRequest

InstanceIpv6Prefix

instanceIpv6Prefix_ipv6Prefix :: Lens' InstanceIpv6Prefix (Maybe Text) Source #

One or more IPv6 prefixes assigned to the network interface.

InstanceMarketOptionsRequest

InstanceMetadataOptionsRequest

instanceMetadataOptionsRequest_httpProtocolIpv6 :: Lens' InstanceMetadataOptionsRequest (Maybe InstanceMetadataProtocolState) Source #

Enables or disables the IPv6 endpoint for the instance metadata service.

instanceMetadataOptionsRequest_httpEndpoint :: Lens' InstanceMetadataOptionsRequest (Maybe InstanceMetadataEndpointState) Source #

Enables or disables the HTTP metadata endpoint on your instances. If the parameter is not specified, the default state is enabled.

If you specify a value of disabled, you will not be able to access your instance metadata.

instanceMetadataOptionsRequest_httpPutResponseHopLimit :: Lens' InstanceMetadataOptionsRequest (Maybe Int) Source #

The desired HTTP PUT response hop limit for instance metadata requests. The larger the number, the further instance metadata requests can travel.

Default: 1

Possible values: Integers from 1 to 64

instanceMetadataOptionsRequest_httpTokens :: Lens' InstanceMetadataOptionsRequest (Maybe HttpTokensState) Source #

The state of token usage for your instance metadata requests. If the parameter is not specified in the request, the default state is optional.

If the state is optional, you can choose to retrieve instance metadata with or without a signed token header on your request. If you retrieve the IAM role credentials without a token, the version 1.0 role credentials are returned. If you retrieve the IAM role credentials using a valid signed token, the version 2.0 role credentials are returned.

If the state is required, you must send a signed token header with any instance metadata retrieval requests. In this state, retrieving the IAM role credentials always returns the version 2.0 credentials; the version 1.0 credentials are not available.

InstanceMetadataOptionsResponse

instanceMetadataOptionsResponse_state :: Lens' InstanceMetadataOptionsResponse (Maybe InstanceMetadataOptionsState) Source #

The state of the metadata option changes.

pending - The metadata options are being updated and the instance is not ready to process metadata traffic with the new selection.

applied - The metadata options have been successfully applied on the instance.

instanceMetadataOptionsResponse_httpProtocolIpv6 :: Lens' InstanceMetadataOptionsResponse (Maybe InstanceMetadataProtocolState) Source #

Indicates whether the IPv6 endpoint for the instance metadata service is enabled or disabled.

instanceMetadataOptionsResponse_httpEndpoint :: Lens' InstanceMetadataOptionsResponse (Maybe InstanceMetadataEndpointState) Source #

Indicates whether the HTTP metadata endpoint on your instances is enabled or disabled.

instanceMetadataOptionsResponse_httpPutResponseHopLimit :: Lens' InstanceMetadataOptionsResponse (Maybe Int) Source #

The desired HTTP PUT response hop limit for instance metadata requests. The larger the number, the further instance metadata requests can travel.

Default: 1

Possible values: Integers from 1 to 64

instanceMetadataOptionsResponse_httpTokens :: Lens' InstanceMetadataOptionsResponse (Maybe HttpTokensState) Source #

The state of token usage for your instance metadata requests. If the parameter is not specified in the request, the default state is optional.

If the state is optional, you can choose to retrieve instance metadata with or without a signed token header on your request. If you retrieve the IAM role credentials without a token, the version 1.0 role credentials are returned. If you retrieve the IAM role credentials using a valid signed token, the version 2.0 role credentials are returned.

If the state is required, you must send a signed token header with any instance metadata retrieval requests. In this state, retrieving the IAM role credential always returns the version 2.0 credentials; the version 1.0 credentials are not available.

InstanceMonitoring

InstanceNetworkInterface

instanceNetworkInterface_privateIpAddresses :: Lens' InstanceNetworkInterface (Maybe [InstancePrivateIpAddress]) Source #

One or more private IPv4 addresses associated with the network interface.

instanceNetworkInterface_ipv4Prefixes :: Lens' InstanceNetworkInterface (Maybe [InstanceIpv4Prefix]) Source #

The IPv4 delegated prefixes that are assigned to the network interface.

instanceNetworkInterface_sourceDestCheck :: Lens' InstanceNetworkInterface (Maybe Bool) Source #

Indicates whether source/destination checking is enabled.

instanceNetworkInterface_interfaceType :: Lens' InstanceNetworkInterface (Maybe Text) Source #

Describes the type of network interface.

Valid values: interface | efa | trunk

instanceNetworkInterface_ownerId :: Lens' InstanceNetworkInterface (Maybe Text) Source #

The ID of the Amazon Web Services account that created the network interface.

instanceNetworkInterface_ipv6Prefixes :: Lens' InstanceNetworkInterface (Maybe [InstanceIpv6Prefix]) Source #

The IPv6 delegated prefixes that are assigned to the network interface.

instanceNetworkInterface_privateIpAddress :: Lens' InstanceNetworkInterface (Maybe Text) Source #

The IPv4 address of the network interface within the subnet.

instanceNetworkInterface_association :: Lens' InstanceNetworkInterface (Maybe InstanceNetworkInterfaceAssociation) Source #

The association information for an Elastic IPv4 associated with the network interface.

instanceNetworkInterface_ipv6Addresses :: Lens' InstanceNetworkInterface (Maybe [InstanceIpv6Address]) Source #

One or more IPv6 addresses associated with the network interface.

InstanceNetworkInterfaceAssociation

instanceNetworkInterfaceAssociation_carrierIp :: Lens' InstanceNetworkInterfaceAssociation (Maybe Text) Source #

The carrier IP address associated with the network interface.

instanceNetworkInterfaceAssociation_publicIp :: Lens' InstanceNetworkInterfaceAssociation (Maybe Text) Source #

The public IP address or Elastic IP address bound to the network interface.

InstanceNetworkInterfaceAttachment

instanceNetworkInterfaceAttachment_deleteOnTermination :: Lens' InstanceNetworkInterfaceAttachment (Maybe Bool) Source #

Indicates whether the network interface is deleted when the instance is terminated.

instanceNetworkInterfaceAttachment_deviceIndex :: Lens' InstanceNetworkInterfaceAttachment (Maybe Int) Source #

The index of the device on the instance for the network interface attachment.

InstanceNetworkInterfaceSpecification

instanceNetworkInterfaceSpecification_groups :: Lens' InstanceNetworkInterfaceSpecification (Maybe [Text]) Source #

The IDs of the security groups for the network interface. Applies only if creating a network interface when launching an instance.

instanceNetworkInterfaceSpecification_privateIpAddresses :: Lens' InstanceNetworkInterfaceSpecification (Maybe [PrivateIpAddressSpecification]) Source #

One or more private IPv4 addresses to assign to the network interface. Only one private IPv4 address can be designated as primary. You cannot specify this option if you're launching more than one instance in a RunInstances request.

instanceNetworkInterfaceSpecification_deleteOnTermination :: Lens' InstanceNetworkInterfaceSpecification (Maybe Bool) Source #

If set to true, the interface is deleted when the instance is terminated. You can specify true only if creating a new network interface when launching an instance.

instanceNetworkInterfaceSpecification_associateCarrierIpAddress :: Lens' InstanceNetworkInterfaceSpecification (Maybe Bool) Source #

Indicates whether to assign a carrier IP address to the network interface.

You can only assign a carrier IP address to a network interface that is in a subnet in a Wavelength Zone. For more information about carrier IP addresses, see Carrier IP addresses in the Amazon Web Services Wavelength Developer Guide.

instanceNetworkInterfaceSpecification_associatePublicIpAddress :: Lens' InstanceNetworkInterfaceSpecification (Maybe Bool) Source #

Indicates whether to assign a public IPv4 address to an instance you launch in a VPC. The public IP address can only be assigned to a network interface for eth0, and can only be assigned to a new network interface, not an existing one. You cannot specify more than one network interface in the request. If launching into a default subnet, the default value is true.

instanceNetworkInterfaceSpecification_ipv4Prefixes :: Lens' InstanceNetworkInterfaceSpecification (Maybe [Ipv4PrefixSpecificationRequest]) Source #

One or more IPv4 delegated prefixes to be assigned to the network interface. You cannot use this option if you use the Ipv4PrefixCount option.

instanceNetworkInterfaceSpecification_interfaceType :: Lens' InstanceNetworkInterfaceSpecification (Maybe Text) Source #

The type of network interface.

To create an Elastic Fabric Adapter (EFA), specify efa. For more information, see Elastic Fabric Adapter in the Amazon Elastic Compute Cloud User Guide.

Valid values: interface | efa

instanceNetworkInterfaceSpecification_ipv4PrefixCount :: Lens' InstanceNetworkInterfaceSpecification (Maybe Int) Source #

The number of IPv4 delegated prefixes to be automatically assigned to the network interface. You cannot use this option if you use the Ipv4Prefix option.

instanceNetworkInterfaceSpecification_networkInterfaceId :: Lens' InstanceNetworkInterfaceSpecification (Maybe Text) Source #

The ID of the network interface.

If you are creating a Spot Fleet, omit this parameter because you can’t specify a network interface ID in a launch specification.

instanceNetworkInterfaceSpecification_subnetId :: Lens' InstanceNetworkInterfaceSpecification (Maybe Text) Source #

The ID of the subnet associated with the network interface. Applies only if creating a network interface when launching an instance.

instanceNetworkInterfaceSpecification_ipv6AddressCount :: Lens' InstanceNetworkInterfaceSpecification (Maybe Int) Source #

A number of IPv6 addresses to assign to the network interface. Amazon EC2 chooses the IPv6 addresses from the range of the subnet. You cannot specify this option and the option to assign specific IPv6 addresses in the same request. You can specify this option if you've specified a minimum number of instances to launch.

instanceNetworkInterfaceSpecification_networkCardIndex :: Lens' InstanceNetworkInterfaceSpecification (Maybe Int) Source #

The index of the network card. Some instance types support multiple network cards. The primary network interface must be assigned to network card index 0. The default is network card index 0.

If you are using RequestSpotInstances to create Spot Instances, omit this parameter because you can’t specify the network card index when using this API. To specify the network card index, use RunInstances.

instanceNetworkInterfaceSpecification_ipv6Prefixes :: Lens' InstanceNetworkInterfaceSpecification (Maybe [Ipv6PrefixSpecificationRequest]) Source #

One or more IPv6 delegated prefixes to be assigned to the network interface. You cannot use this option if you use the Ipv6PrefixCount option.

instanceNetworkInterfaceSpecification_privateIpAddress :: Lens' InstanceNetworkInterfaceSpecification (Maybe Text) Source #

The private IPv4 address of the network interface. Applies only if creating a network interface when launching an instance. You cannot specify this option if you're launching more than one instance in a RunInstances request.

instanceNetworkInterfaceSpecification_ipv6PrefixCount :: Lens' InstanceNetworkInterfaceSpecification (Maybe Int) Source #

The number of IPv6 delegated prefixes to be automatically assigned to the network interface. You cannot use this option if you use the Ipv6Prefix option.

instanceNetworkInterfaceSpecification_secondaryPrivateIpAddressCount :: Lens' InstanceNetworkInterfaceSpecification (Maybe Int) Source #

The number of secondary private IPv4 addresses. You can't specify this option and specify more than one private IP address using the private IP addresses option. You cannot specify this option if you're launching more than one instance in a RunInstances request.

instanceNetworkInterfaceSpecification_description :: Lens' InstanceNetworkInterfaceSpecification (Maybe Text) Source #

The description of the network interface. Applies only if creating a network interface when launching an instance.

instanceNetworkInterfaceSpecification_deviceIndex :: Lens' InstanceNetworkInterfaceSpecification (Maybe Int) Source #

The position of the network interface in the attachment order. A primary network interface has a device index of 0.

If you specify a network interface when launching an instance, you must specify the device index.

instanceNetworkInterfaceSpecification_ipv6Addresses :: Lens' InstanceNetworkInterfaceSpecification (Maybe [InstanceIpv6Address]) Source #

One or more IPv6 addresses to assign to the network interface. You cannot specify this option and the option to assign a number of IPv6 addresses in the same request. You cannot specify this option if you've specified a minimum number of instances to launch.

InstancePrivateIpAddress

instancePrivateIpAddress_primary :: Lens' InstancePrivateIpAddress (Maybe Bool) Source #

Indicates whether this IPv4 address is the primary private IP address of the network interface.

instancePrivateIpAddress_privateIpAddress :: Lens' InstancePrivateIpAddress (Maybe Text) Source #

The private IPv4 address of the network interface.

instancePrivateIpAddress_association :: Lens' InstancePrivateIpAddress (Maybe InstanceNetworkInterfaceAssociation) Source #

The association information for an Elastic IP address for the network interface.

InstanceSpecification

instanceSpecification_instanceId :: Lens' InstanceSpecification (Maybe Text) Source #

The instance to specify which volumes should be snapshotted.

instanceSpecification_excludeBootVolume :: Lens' InstanceSpecification (Maybe Bool) Source #

Excludes the root volume from being snapshotted.

InstanceState

instanceState_name :: Lens' InstanceState InstanceStateName Source #

The current state of the instance.

instanceState_code :: Lens' InstanceState Int Source #

The state of the instance as a 16-bit unsigned integer.

The high byte is all of the bits between 2^8 and (2^16)-1, which equals decimal values between 256 and 65,535. These numerical values are used for internal purposes and should be ignored.

The low byte is all of the bits between 2^0 and (2^8)-1, which equals decimal values between 0 and 255.

The valid values for instance-state-code will all be in the range of the low byte and they are:

  • 0 : pending
  • 16 : running
  • 32 : shutting-down
  • 48 : terminated
  • 64 : stopping
  • 80 : stopped

You can ignore the high byte value by zeroing out all of the bits above 2^8 or 256 in decimal.

InstanceStateChange

InstanceStatus

instanceStatus_outpostArn :: Lens' InstanceStatus (Maybe Text) Source #

The Amazon Resource Name (ARN) of the Outpost.

instanceStatus_systemStatus :: Lens' InstanceStatus (Maybe InstanceStatusSummary) Source #

Reports impaired functionality that stems from issues related to the systems that support an instance, such as hardware failures and network connectivity problems.

instanceStatus_events :: Lens' InstanceStatus (Maybe [InstanceStatusEvent]) Source #

Any scheduled events associated with the instance.

instanceStatus_availabilityZone :: Lens' InstanceStatus (Maybe Text) Source #

The Availability Zone of the instance.

instanceStatus_instanceStatus :: Lens' InstanceStatus (Maybe InstanceStatusSummary) Source #

Reports impaired functionality that stems from issues internal to the instance, such as impaired reachability.

instanceStatus_instanceState :: Lens' InstanceStatus (Maybe InstanceState) Source #

The intended state of the instance. DescribeInstanceStatus requires that an instance be in the running state.

InstanceStatusDetails

instanceStatusDetails_impairedSince :: Lens' InstanceStatusDetails (Maybe UTCTime) Source #

The time when a status check failed. For an instance that was launched and impaired, this is the time when the instance was launched.

InstanceStatusEvent

instanceStatusEvent_notBefore :: Lens' InstanceStatusEvent (Maybe UTCTime) Source #

The earliest scheduled start time for the event.

instanceStatusEvent_description :: Lens' InstanceStatusEvent (Maybe Text) Source #

A description of the event.

After a scheduled event is completed, it can still be described for up to a week. If the event has been completed, this description starts with the following text: [Completed].

instanceStatusEvent_notAfter :: Lens' InstanceStatusEvent (Maybe UTCTime) Source #

The latest scheduled end time for the event.

InstanceStatusSummary

instanceStatusSummary_details :: Lens' InstanceStatusSummary (Maybe [InstanceStatusDetails]) Source #

The system instance health or application instance health.

InstanceStorageInfo

instanceStorageInfo_nvmeSupport :: Lens' InstanceStorageInfo (Maybe EphemeralNvmeSupport) Source #

Indicates whether non-volatile memory express (NVMe) is supported.

instanceStorageInfo_disks :: Lens' InstanceStorageInfo (Maybe [DiskInfo]) Source #

Describes the disks that are available for the instance type.

InstanceTagNotificationAttribute

instanceTagNotificationAttribute_includeAllTagsOfInstance :: Lens' InstanceTagNotificationAttribute (Maybe Bool) Source #

Indicates wheter all tag keys in the current Region are registered to appear in scheduled event notifications. true indicates that all tag keys in the current Region are registered.

InstanceTypeInfo

instanceTypeInfo_currentGeneration :: Lens' InstanceTypeInfo (Maybe Bool) Source #

Indicates whether the instance type is current generation.

instanceTypeInfo_memoryInfo :: Lens' InstanceTypeInfo (Maybe MemoryInfo) Source #

Describes the memory for the instance type.

instanceTypeInfo_placementGroupInfo :: Lens' InstanceTypeInfo (Maybe PlacementGroupInfo) Source #

Describes the placement group settings for the instance type.

instanceTypeInfo_supportedBootModes :: Lens' InstanceTypeInfo (Maybe [BootModeType]) Source #

The supported boot modes. For more information, see Boot modes in the Amazon EC2 User Guide.

instanceTypeInfo_supportedUsageClasses :: Lens' InstanceTypeInfo (Maybe [UsageClassType]) Source #

Indicates whether the instance type is offered for spot or On-Demand.

instanceTypeInfo_instanceStorageSupported :: Lens' InstanceTypeInfo (Maybe Bool) Source #

Indicates whether instance storage is supported.

instanceTypeInfo_fpgaInfo :: Lens' InstanceTypeInfo (Maybe FpgaInfo) Source #

Describes the FPGA accelerator settings for the instance type.

instanceTypeInfo_burstablePerformanceSupported :: Lens' InstanceTypeInfo (Maybe Bool) Source #

Indicates whether the instance type is a burstable performance instance type.

instanceTypeInfo_instanceType :: Lens' InstanceTypeInfo (Maybe InstanceType) Source #

The instance type. For more information, see Instance types in the Amazon EC2 User Guide.

instanceTypeInfo_gpuInfo :: Lens' InstanceTypeInfo (Maybe GpuInfo) Source #

Describes the GPU accelerator settings for the instance type.

instanceTypeInfo_ebsInfo :: Lens' InstanceTypeInfo (Maybe EbsInfo) Source #

Describes the Amazon EBS settings for the instance type.

instanceTypeInfo_autoRecoverySupported :: Lens' InstanceTypeInfo (Maybe Bool) Source #

Indicates whether auto recovery is supported.

instanceTypeInfo_inferenceAcceleratorInfo :: Lens' InstanceTypeInfo (Maybe InferenceAcceleratorInfo) Source #

Describes the Inference accelerator settings for the instance type.

instanceTypeInfo_bareMetal :: Lens' InstanceTypeInfo (Maybe Bool) Source #

Indicates whether the instance is a bare metal instance type.

instanceTypeInfo_networkInfo :: Lens' InstanceTypeInfo (Maybe NetworkInfo) Source #

Describes the network settings for the instance type.

instanceTypeInfo_freeTierEligible :: Lens' InstanceTypeInfo (Maybe Bool) Source #

Indicates whether the instance type is eligible for the free tier.

instanceTypeInfo_vCpuInfo :: Lens' InstanceTypeInfo (Maybe VCpuInfo) Source #

Describes the vCPU configurations for the instance type.

instanceTypeInfo_instanceStorageInfo :: Lens' InstanceTypeInfo (Maybe InstanceStorageInfo) Source #

Describes the instance storage for the instance type.

instanceTypeInfo_dedicatedHostsSupported :: Lens' InstanceTypeInfo (Maybe Bool) Source #

Indicates whether Dedicated Hosts are supported on the instance type.

instanceTypeInfo_hibernationSupported :: Lens' InstanceTypeInfo (Maybe Bool) Source #

Indicates whether On-Demand hibernation is supported.

InstanceTypeOffering

instanceTypeOffering_location :: Lens' InstanceTypeOffering (Maybe Text) Source #

The identifier for the location. This depends on the location type. For example, if the location type is region, the location is the Region code (for example, us-east-2.)

instanceTypeOffering_instanceType :: Lens' InstanceTypeOffering (Maybe InstanceType) Source #

The instance type. For more information, see Instance types in the Amazon EC2 User Guide.

InstanceUsage

instanceUsage_accountId :: Lens' InstanceUsage (Maybe Text) Source #

The ID of the Amazon Web Services account that is making use of the Capacity Reservation.

instanceUsage_usedInstanceCount :: Lens' InstanceUsage (Maybe Int) Source #

The number of instances the Amazon Web Services account currently has in the Capacity Reservation.

IntegrateServices

integrateServices_athenaIntegrations :: Lens' IntegrateServices (Maybe (NonEmpty AthenaIntegration)) Source #

Information about the integration with Amazon Athena.

InternetGateway

internetGateway_ownerId :: Lens' InternetGateway (Maybe Text) Source #

The ID of the Amazon Web Services account that owns the internet gateway.

internetGateway_tags :: Lens' InternetGateway (Maybe [Tag]) Source #

Any tags assigned to the internet gateway.

InternetGatewayAttachment

internetGatewayAttachment_state :: Lens' InternetGatewayAttachment AttachmentStatus Source #

The current state of the attachment. For an internet gateway, the state is available when attached to a VPC; otherwise, this value is not returned.

IpPermission

ipPermission_fromPort :: Lens' IpPermission (Maybe Int) Source #

The start of port range for the TCP and UDP protocols, or an ICMP/ICMPv6 type number. A value of -1 indicates all ICMP/ICMPv6 types. If you specify all ICMP/ICMPv6 types, you must specify all codes.

ipPermission_userIdGroupPairs :: Lens' IpPermission (Maybe [UserIdGroupPair]) Source #

The security group and Amazon Web Services account ID pairs.

ipPermission_toPort :: Lens' IpPermission (Maybe Int) Source #

The end of port range for the TCP and UDP protocols, or an ICMP/ICMPv6 code. A value of -1 indicates all ICMP/ICMPv6 codes. If you specify all ICMP/ICMPv6 types, you must specify all codes.

ipPermission_ipProtocol :: Lens' IpPermission Text Source #

The IP protocol name (tcp, udp, icmp, icmpv6) or number (see Protocol Numbers).

VPC only
Use -1 to specify all protocols. When authorizing security group rules, specifying -1 or a protocol number other than tcp, udp, icmp, or icmpv6 allows traffic on all ports, regardless of any port range you specify. For tcp, udp, and icmp, you must specify a port range. For icmpv6, the port range is optional; if you omit the port range, traffic for all types and codes is allowed.

IpRange

ipRange_description :: Lens' IpRange (Maybe Text) Source #

A description for the security group rule that references this IPv4 address range.

Constraints: Up to 255 characters in length. Allowed characters are a-z, A-Z, 0-9, spaces, and ._-:/()#,@[]+=&;{}!$*

ipRange_cidrIp :: Lens' IpRange Text Source #

The IPv4 CIDR range. You can either specify a CIDR range or a source security group, not both. To specify a single IPv4 address, use the /32 prefix length.

Ipv4PrefixSpecification

ipv4PrefixSpecification_ipv4Prefix :: Lens' Ipv4PrefixSpecification (Maybe Text) Source #

The IPv4 prefix. For information, see Assigning prefixes to Amazon EC2 network interfaces in the Amazon Elastic Compute Cloud User Guide.

Ipv4PrefixSpecificationRequest

ipv4PrefixSpecificationRequest_ipv4Prefix :: Lens' Ipv4PrefixSpecificationRequest (Maybe Text) Source #

The IPv4 prefix. For information, see Assigning prefixes to Amazon EC2 network interfaces in the Amazon Elastic Compute Cloud User Guide.

Ipv4PrefixSpecificationResponse

ipv4PrefixSpecificationResponse_ipv4Prefix :: Lens' Ipv4PrefixSpecificationResponse (Maybe Text) Source #

One or more IPv4 delegated prefixes assigned to the network interface.

Ipv6CidrAssociation

ipv6CidrAssociation_associatedResource :: Lens' Ipv6CidrAssociation (Maybe Text) Source #

The resource that's associated with the IPv6 CIDR block.

Ipv6CidrBlock

Ipv6Pool

ipv6Pool_poolCidrBlocks :: Lens' Ipv6Pool (Maybe [PoolCidrBlock]) Source #

The CIDR blocks for the address pool.

ipv6Pool_poolId :: Lens' Ipv6Pool (Maybe Text) Source #

The ID of the address pool.

ipv6Pool_description :: Lens' Ipv6Pool (Maybe Text) Source #

The description for the address pool.

ipv6Pool_tags :: Lens' Ipv6Pool (Maybe [Tag]) Source #

Any tags for the address pool.

Ipv6PrefixSpecification

Ipv6PrefixSpecificationRequest

Ipv6PrefixSpecificationResponse

ipv6PrefixSpecificationResponse_ipv6Prefix :: Lens' Ipv6PrefixSpecificationResponse (Maybe Text) Source #

One or more IPv6 delegated prefixes assigned to the network interface.

Ipv6Range

ipv6Range_cidrIpv6 :: Lens' Ipv6Range (Maybe Text) Source #

The IPv6 CIDR range. You can either specify a CIDR range or a source security group, not both. To specify a single IPv6 address, use the /128 prefix length.

ipv6Range_description :: Lens' Ipv6Range (Maybe Text) Source #

A description for the security group rule that references this IPv6 address range.

Constraints: Up to 255 characters in length. Allowed characters are a-z, A-Z, 0-9, spaces, and ._-:/()#,@[]+=&;{}!$*

KeyPairInfo

keyPairInfo_keyFingerprint :: Lens' KeyPairInfo (Maybe Text) Source #

If you used CreateKeyPair to create the key pair:

  • For RSA key pairs, the key fingerprint is the SHA-1 digest of the DER encoded private key.
  • For ED25519 key pairs, the key fingerprint is the base64-encoded SHA-256 digest, which is the default for OpenSSH, starting with OpenSSH 6.8.

If you used ImportKeyPair to provide Amazon Web Services the public key:

  • For RSA key pairs, the key fingerprint is the MD5 public key fingerprint as specified in section 4 of RFC4716.
  • For ED25519 key pairs, the key fingerprint is the base64-encoded SHA-256 digest, which is the default for OpenSSH, starting with OpenSSH 6.8.

keyPairInfo_keyName :: Lens' KeyPairInfo (Maybe Text) Source #

The name of the key pair.

keyPairInfo_tags :: Lens' KeyPairInfo (Maybe [Tag]) Source #

Any tags applied to the key pair.

LastError

lastError_code :: Lens' LastError (Maybe Text) Source #

The error code for the VPC endpoint error.

lastError_message :: Lens' LastError (Maybe Text) Source #

The error message for the VPC endpoint error.

LaunchPermission

launchPermission_userId :: Lens' LaunchPermission (Maybe Text) Source #

The Amazon Web Services account ID.

Constraints: Up to 10 000 account IDs can be specified in a single request.

LaunchPermissionModifications

launchPermissionModifications_remove :: Lens' LaunchPermissionModifications (Maybe [LaunchPermission]) Source #

The Amazon Web Services account ID to remove from the list of launch permissions for the AMI.

launchPermissionModifications_add :: Lens' LaunchPermissionModifications (Maybe [LaunchPermission]) Source #

The Amazon Web Services account ID to add to the list of launch permissions for the AMI.

LaunchSpecification

launchSpecification_securityGroups :: Lens' LaunchSpecification (Maybe [GroupIdentifier]) Source #

One or more security groups. When requesting instances in a VPC, you must specify the IDs of the security groups. When requesting instances in EC2-Classic, you can specify the names or the IDs of the security groups.

launchSpecification_networkInterfaces :: Lens' LaunchSpecification (Maybe [InstanceNetworkInterfaceSpecification]) Source #

One or more network interfaces. If you specify a network interface, you must specify subnet IDs and security group IDs using the network interface.

launchSpecification_subnetId :: Lens' LaunchSpecification (Maybe Text) Source #

The ID of the subnet in which to launch the instance.

launchSpecification_ebsOptimized :: Lens' LaunchSpecification (Maybe Bool) Source #

Indicates whether the instance is optimized for EBS I/O. This optimization provides dedicated throughput to Amazon EBS and an optimized configuration stack to provide optimal EBS I/O performance. This optimization isn't available with all instance types. Additional usage charges apply when using an EBS Optimized instance.

Default: false

launchSpecification_userData :: Lens' LaunchSpecification (Maybe Text) Source #

The Base64-encoded user data for the instance.

launchSpecification_placement :: Lens' LaunchSpecification (Maybe SpotPlacement) Source #

The placement information for the instance.

LaunchTemplate

launchTemplate_latestVersionNumber :: Lens' LaunchTemplate (Maybe Integer) Source #

The version number of the latest version of the launch template.

launchTemplate_createdBy :: Lens' LaunchTemplate (Maybe Text) Source #

The principal that created the launch template.

launchTemplate_defaultVersionNumber :: Lens' LaunchTemplate (Maybe Integer) Source #

The version number of the default version of the launch template.

launchTemplate_createTime :: Lens' LaunchTemplate (Maybe UTCTime) Source #

The time launch template was created.

launchTemplate_tags :: Lens' LaunchTemplate (Maybe [Tag]) Source #

The tags for the launch template.

LaunchTemplateAndOverridesResponse

launchTemplateAndOverridesResponse_overrides :: Lens' LaunchTemplateAndOverridesResponse (Maybe FleetLaunchTemplateOverrides) Source #

Any parameters that you specify override the same parameters in the launch template.

LaunchTemplateBlockDeviceMapping

launchTemplateBlockDeviceMapping_noDevice :: Lens' LaunchTemplateBlockDeviceMapping (Maybe Text) Source #

To omit the device from the block device mapping, specify an empty string.

LaunchTemplateBlockDeviceMappingRequest

launchTemplateBlockDeviceMappingRequest_virtualName :: Lens' LaunchTemplateBlockDeviceMappingRequest (Maybe Text) Source #

The virtual device name (ephemeralN). Instance store volumes are numbered starting from 0. An instance type with 2 available instance store volumes can specify mappings for ephemeral0 and ephemeral1. The number of available instance store volumes depends on the instance type. After you connect to the instance, you must mount the volume.

launchTemplateBlockDeviceMappingRequest_noDevice :: Lens' LaunchTemplateBlockDeviceMappingRequest (Maybe Text) Source #

To omit the device from the block device mapping, specify an empty string.

launchTemplateBlockDeviceMappingRequest_ebs :: Lens' LaunchTemplateBlockDeviceMappingRequest (Maybe LaunchTemplateEbsBlockDeviceRequest) Source #

Parameters used to automatically set up EBS volumes when the instance is launched.

LaunchTemplateCapacityReservationSpecificationRequest

launchTemplateCapacityReservationSpecificationRequest_capacityReservationPreference :: Lens' LaunchTemplateCapacityReservationSpecificationRequest (Maybe CapacityReservationPreference) Source #

Indicates the instance's Capacity Reservation preferences. Possible preferences include:

  • open - The instance can run in any open Capacity Reservation that has matching attributes (instance type, platform, Availability Zone).
  • none - The instance avoids running in a Capacity Reservation even if one is available. The instance runs in On-Demand capacity.

LaunchTemplateCapacityReservationSpecificationResponse

launchTemplateCapacityReservationSpecificationResponse_capacityReservationPreference :: Lens' LaunchTemplateCapacityReservationSpecificationResponse (Maybe CapacityReservationPreference) Source #

Indicates the instance's Capacity Reservation preferences. Possible preferences include:

  • open - The instance can run in any open Capacity Reservation that has matching attributes (instance type, platform, Availability Zone).
  • none - The instance avoids running in a Capacity Reservation even if one is available. The instance runs in On-Demand capacity.

LaunchTemplateConfig

launchTemplateConfig_overrides :: Lens' LaunchTemplateConfig (Maybe [LaunchTemplateOverrides]) Source #

Any parameters that you specify override the same parameters in the launch template.

LaunchTemplateCpuOptions

launchTemplateCpuOptions_coreCount :: Lens' LaunchTemplateCpuOptions (Maybe Int) Source #

The number of CPU cores for the instance.

LaunchTemplateCpuOptionsRequest

launchTemplateCpuOptionsRequest_threadsPerCore :: Lens' LaunchTemplateCpuOptionsRequest (Maybe Int) Source #

The number of threads per CPU core. To disable multithreading for the instance, specify a value of 1. Otherwise, specify the default value of 2.

LaunchTemplateEbsBlockDevice

launchTemplateEbsBlockDevice_deleteOnTermination :: Lens' LaunchTemplateEbsBlockDevice (Maybe Bool) Source #

Indicates whether the EBS volume is deleted on instance termination.

launchTemplateEbsBlockDevice_throughput :: Lens' LaunchTemplateEbsBlockDevice (Maybe Int) Source #

The throughput that the volume supports, in MiB/s.

launchTemplateEbsBlockDevice_iops :: Lens' LaunchTemplateEbsBlockDevice (Maybe Int) Source #

The number of I/O operations per second (IOPS) that the volume supports.

launchTemplateEbsBlockDevice_kmsKeyId :: Lens' LaunchTemplateEbsBlockDevice (Maybe Text) Source #

The ARN of the Key Management Service (KMS) CMK used for encryption.

LaunchTemplateEbsBlockDeviceRequest

launchTemplateEbsBlockDeviceRequest_deleteOnTermination :: Lens' LaunchTemplateEbsBlockDeviceRequest (Maybe Bool) Source #

Indicates whether the EBS volume is deleted on instance termination.

launchTemplateEbsBlockDeviceRequest_throughput :: Lens' LaunchTemplateEbsBlockDeviceRequest (Maybe Int) Source #

The throughput to provision for a gp3 volume, with a maximum of 1,000 MiB/s.

Valid Range: Minimum value of 125. Maximum value of 1000.

launchTemplateEbsBlockDeviceRequest_volumeSize :: Lens' LaunchTemplateEbsBlockDeviceRequest (Maybe Int) Source #

The size of the volume, in GiBs. You must specify either a snapshot ID or a volume size. The following are the supported volumes sizes for each volume type:

  • gp2 and gp3: 1-16,384
  • io1 and io2: 4-16,384
  • st1 and sc1: 125-16,384
  • standard: 1-1,024

launchTemplateEbsBlockDeviceRequest_iops :: Lens' LaunchTemplateEbsBlockDeviceRequest (Maybe Int) Source #

The number of I/O operations per second (IOPS). For gp3, io1, and io2 volumes, this represents the number of IOPS that are provisioned for the volume. For gp2 volumes, this represents the baseline performance of the volume and the rate at which the volume accumulates I/O credits for bursting.

The following are the supported values for each volume type:

  • gp3: 3,000-16,000 IOPS
  • io1: 100-64,000 IOPS
  • io2: 100-64,000 IOPS

For io1 and io2 volumes, we guarantee 64,000 IOPS only for Instances built on the Nitro System. Other instance families guarantee performance up to 32,000 IOPS.

This parameter is supported for io1, io2, and gp3 volumes only. This parameter is not supported for gp2, st1, sc1, or standard volumes.

launchTemplateEbsBlockDeviceRequest_encrypted :: Lens' LaunchTemplateEbsBlockDeviceRequest (Maybe Bool) Source #

Indicates whether the EBS volume is encrypted. Encrypted volumes can only be attached to instances that support Amazon EBS encryption. If you are creating a volume from a snapshot, you can't specify an encryption value.

launchTemplateEbsBlockDeviceRequest_kmsKeyId :: Lens' LaunchTemplateEbsBlockDeviceRequest (Maybe Text) Source #

The ARN of the symmetric Key Management Service (KMS) CMK used for encryption.

launchTemplateEbsBlockDeviceRequest_volumeType :: Lens' LaunchTemplateEbsBlockDeviceRequest (Maybe VolumeType) Source #

The volume type. For more information, see Amazon EBS volume types in the Amazon Elastic Compute Cloud User Guide.

LaunchTemplateElasticInferenceAccelerator

launchTemplateElasticInferenceAccelerator_count :: Lens' LaunchTemplateElasticInferenceAccelerator (Maybe Natural) Source #

The number of elastic inference accelerators to attach to the instance.

Default: 1

launchTemplateElasticInferenceAccelerator_type :: Lens' LaunchTemplateElasticInferenceAccelerator Text Source #

The type of elastic inference accelerator. The possible values are eia1.medium, eia1.large, and eia1.xlarge.

LaunchTemplateElasticInferenceAcceleratorResponse

launchTemplateElasticInferenceAcceleratorResponse_count :: Lens' LaunchTemplateElasticInferenceAcceleratorResponse (Maybe Int) Source #

The number of elastic inference accelerators to attach to the instance.

Default: 1

launchTemplateElasticInferenceAcceleratorResponse_type :: Lens' LaunchTemplateElasticInferenceAcceleratorResponse (Maybe Text) Source #

The type of elastic inference accelerator. The possible values are eia1.medium, eia1.large, and eia1.xlarge.

LaunchTemplateEnclaveOptions

launchTemplateEnclaveOptions_enabled :: Lens' LaunchTemplateEnclaveOptions (Maybe Bool) Source #

If this parameter is set to true, the instance is enabled for Amazon Web Services Nitro Enclaves; otherwise, it is not enabled for Amazon Web Services Nitro Enclaves.

LaunchTemplateEnclaveOptionsRequest

launchTemplateEnclaveOptionsRequest_enabled :: Lens' LaunchTemplateEnclaveOptionsRequest (Maybe Bool) Source #

To enable the instance for Amazon Web Services Nitro Enclaves, set this parameter to true.

LaunchTemplateHibernationOptions

launchTemplateHibernationOptions_configured :: Lens' LaunchTemplateHibernationOptions (Maybe Bool) Source #

If this parameter is set to true, the instance is enabled for hibernation; otherwise, it is not enabled for hibernation.

LaunchTemplateHibernationOptionsRequest

launchTemplateHibernationOptionsRequest_configured :: Lens' LaunchTemplateHibernationOptionsRequest (Maybe Bool) Source #

If you set this parameter to true, the instance is enabled for hibernation.

Default: false

LaunchTemplateIamInstanceProfileSpecification

LaunchTemplateIamInstanceProfileSpecificationRequest

LaunchTemplateInstanceMarketOptions

LaunchTemplateInstanceMarketOptionsRequest

LaunchTemplateInstanceMetadataOptions

launchTemplateInstanceMetadataOptions_state :: Lens' LaunchTemplateInstanceMetadataOptions (Maybe LaunchTemplateInstanceMetadataOptionsState) Source #

The state of the metadata option changes.

pending - The metadata options are being updated and the instance is not ready to process metadata traffic with the new selection.

applied - The metadata options have been successfully applied on the instance.

launchTemplateInstanceMetadataOptions_httpProtocolIpv6 :: Lens' LaunchTemplateInstanceMetadataOptions (Maybe LaunchTemplateInstanceMetadataProtocolIpv6) Source #

Enables or disables the IPv6 endpoint for the instance metadata service.

Default: disabled

launchTemplateInstanceMetadataOptions_httpEndpoint :: Lens' LaunchTemplateInstanceMetadataOptions (Maybe LaunchTemplateInstanceMetadataEndpointState) Source #

This parameter enables or disables the HTTP metadata endpoint on your instances. If the parameter is not specified, the default state is enabled.

If you specify a value of disabled, you will not be able to access your instance metadata.

launchTemplateInstanceMetadataOptions_httpPutResponseHopLimit :: Lens' LaunchTemplateInstanceMetadataOptions (Maybe Int) Source #

The desired HTTP PUT response hop limit for instance metadata requests. The larger the number, the further instance metadata requests can travel.

Default: 1

Possible values: Integers from 1 to 64

launchTemplateInstanceMetadataOptions_httpTokens :: Lens' LaunchTemplateInstanceMetadataOptions (Maybe LaunchTemplateHttpTokensState) Source #

The state of token usage for your instance metadata requests. If the parameter is not specified in the request, the default state is optional.

If the state is optional, you can choose to retrieve instance metadata with or without a signed token header on your request. If you retrieve the IAM role credentials without a token, the version 1.0 role credentials are returned. If you retrieve the IAM role credentials using a valid signed token, the version 2.0 role credentials are returned.

If the state is required, you must send a signed token header with any instance metadata retrieval requests. In this state, retrieving the IAM role credentials always returns the version 2.0 credentials; the version 1.0 credentials are not available.

LaunchTemplateInstanceMetadataOptionsRequest

launchTemplateInstanceMetadataOptionsRequest_httpEndpoint :: Lens' LaunchTemplateInstanceMetadataOptionsRequest (Maybe LaunchTemplateInstanceMetadataEndpointState) Source #

This parameter enables or disables the HTTP metadata endpoint on your instances. If the parameter is not specified, the default state is enabled.

If you specify a value of disabled, you will not be able to access your instance metadata.

launchTemplateInstanceMetadataOptionsRequest_httpPutResponseHopLimit :: Lens' LaunchTemplateInstanceMetadataOptionsRequest (Maybe Int) Source #

The desired HTTP PUT response hop limit for instance metadata requests. The larger the number, the further instance metadata requests can travel.

Default: 1

Possible values: Integers from 1 to 64

launchTemplateInstanceMetadataOptionsRequest_httpTokens :: Lens' LaunchTemplateInstanceMetadataOptionsRequest (Maybe LaunchTemplateHttpTokensState) Source #

The state of token usage for your instance metadata requests. If the parameter is not specified in the request, the default state is optional.

If the state is optional, you can choose to retrieve instance metadata with or without a signed token header on your request. If you retrieve the IAM role credentials without a token, the version 1.0 role credentials are returned. If you retrieve the IAM role credentials using a valid signed token, the version 2.0 role credentials are returned.

If the state is required, you must send a signed token header with any instance metadata retrieval requests. In this state, retrieving the IAM role credentials always returns the version 2.0 credentials; the version 1.0 credentials are not available.

LaunchTemplateInstanceNetworkInterfaceSpecification

launchTemplateInstanceNetworkInterfaceSpecification_associateCarrierIpAddress :: Lens' LaunchTemplateInstanceNetworkInterfaceSpecification (Maybe Bool) Source #

Indicates whether to associate a Carrier IP address with eth0 for a new network interface.

Use this option when you launch an instance in a Wavelength Zone and want to associate a Carrier IP address with the network interface. For more information about Carrier IP addresses, see Carrier IP addresses in the Wavelength Developer Guide.

launchTemplateInstanceNetworkInterfaceSpecification_associatePublicIpAddress :: Lens' LaunchTemplateInstanceNetworkInterfaceSpecification (Maybe Bool) Source #

Indicates whether to associate a public IPv4 address with eth0 for a new network interface.

launchTemplateInstanceNetworkInterfaceSpecification_ipv4PrefixCount :: Lens' LaunchTemplateInstanceNetworkInterfaceSpecification (Maybe Int) Source #

The number of IPv4 prefixes that Amazon Web Services automatically assigned to the network interface.

launchTemplateInstanceNetworkInterfaceSpecification_ipv6PrefixCount :: Lens' LaunchTemplateInstanceNetworkInterfaceSpecification (Maybe Int) Source #

The number of IPv6 prefixes that Amazon Web Services automatically assigned to the network interface.

LaunchTemplateInstanceNetworkInterfaceSpecificationRequest

launchTemplateInstanceNetworkInterfaceSpecificationRequest_associateCarrierIpAddress :: Lens' LaunchTemplateInstanceNetworkInterfaceSpecificationRequest (Maybe Bool) Source #

Associates a Carrier IP address with eth0 for a new network interface.

Use this option when you launch an instance in a Wavelength Zone and want to associate a Carrier IP address with the network interface. For more information about Carrier IP addresses, see Carrier IP addresses in the Wavelength Developer Guide.

launchTemplateInstanceNetworkInterfaceSpecificationRequest_ipv4Prefixes :: Lens' LaunchTemplateInstanceNetworkInterfaceSpecificationRequest (Maybe [Ipv4PrefixSpecificationRequest]) Source #

One or more IPv4 prefixes to be assigned to the network interface. You cannot use this option if you use the Ipv4PrefixCount option.

launchTemplateInstanceNetworkInterfaceSpecificationRequest_interfaceType :: Lens' LaunchTemplateInstanceNetworkInterfaceSpecificationRequest (Maybe Text) Source #

The type of network interface. To create an Elastic Fabric Adapter (EFA), specify efa. For more information, see Elastic Fabric Adapter in the Amazon Elastic Compute Cloud User Guide.

If you are not creating an EFA, specify interface or omit this parameter.

Valid values: interface | efa

launchTemplateInstanceNetworkInterfaceSpecificationRequest_ipv4PrefixCount :: Lens' LaunchTemplateInstanceNetworkInterfaceSpecificationRequest (Maybe Int) Source #

The number of IPv4 prefixes to be automatically assigned to the network interface. You cannot use this option if you use the Ipv4Prefix option.

launchTemplateInstanceNetworkInterfaceSpecificationRequest_ipv6AddressCount :: Lens' LaunchTemplateInstanceNetworkInterfaceSpecificationRequest (Maybe Int) Source #

The number of IPv6 addresses to assign to a network interface. Amazon EC2 automatically selects the IPv6 addresses from the subnet range. You can't use this option if specifying specific IPv6 addresses.

launchTemplateInstanceNetworkInterfaceSpecificationRequest_networkCardIndex :: Lens' LaunchTemplateInstanceNetworkInterfaceSpecificationRequest (Maybe Int) Source #

The index of the network card. Some instance types support multiple network cards. The primary network interface must be assigned to network card index 0. The default is network card index 0.

launchTemplateInstanceNetworkInterfaceSpecificationRequest_ipv6Prefixes :: Lens' LaunchTemplateInstanceNetworkInterfaceSpecificationRequest (Maybe [Ipv6PrefixSpecificationRequest]) Source #

One or more IPv6 prefixes to be assigned to the network interface. You cannot use this option if you use the Ipv6PrefixCount option.

launchTemplateInstanceNetworkInterfaceSpecificationRequest_ipv6PrefixCount :: Lens' LaunchTemplateInstanceNetworkInterfaceSpecificationRequest (Maybe Int) Source #

The number of IPv6 prefixes to be automatically assigned to the network interface. You cannot use this option if you use the Ipv6Prefix option.

launchTemplateInstanceNetworkInterfaceSpecificationRequest_ipv6Addresses :: Lens' LaunchTemplateInstanceNetworkInterfaceSpecificationRequest (Maybe [InstanceIpv6AddressRequest]) Source #

One or more specific IPv6 addresses from the IPv6 CIDR block range of your subnet. You can't use this option if you're specifying a number of IPv6 addresses.

LaunchTemplateLicenseConfiguration

LaunchTemplateLicenseConfigurationRequest

LaunchTemplateOverrides

launchTemplateOverrides_priority :: Lens' LaunchTemplateOverrides (Maybe Double) Source #

The priority for the launch template override. The highest priority is launched first.

If OnDemandAllocationStrategy is set to prioritized, Spot Fleet uses priority to determine which launch template override to use first in fulfilling On-Demand capacity.

If the Spot AllocationStrategy is set to capacityOptimizedPrioritized, Spot Fleet uses priority on a best-effort basis to determine which launch template override to use in fulfilling Spot capacity, but optimizes for capacity first.

Valid values are whole numbers starting at 0. The lower the number, the higher the priority. If no number is set, the launch template override has the lowest priority. You can set the same priority for different launch template overrides.

launchTemplateOverrides_spotPrice :: Lens' LaunchTemplateOverrides (Maybe Text) Source #

The maximum price per unit hour that you are willing to pay for a Spot Instance.

launchTemplateOverrides_weightedCapacity :: Lens' LaunchTemplateOverrides (Maybe Double) Source #

The number of units provided by the specified instance type.

launchTemplateOverrides_subnetId :: Lens' LaunchTemplateOverrides (Maybe Text) Source #

The ID of the subnet in which to launch the instances.

launchTemplateOverrides_availabilityZone :: Lens' LaunchTemplateOverrides (Maybe Text) Source #

The Availability Zone in which to launch the instances.

LaunchTemplatePlacement

launchTemplatePlacement_affinity :: Lens' LaunchTemplatePlacement (Maybe Text) Source #

The affinity setting for the instance on the Dedicated Host.

launchTemplatePlacement_hostId :: Lens' LaunchTemplatePlacement (Maybe Text) Source #

The ID of the Dedicated Host for the instance.

launchTemplatePlacement_partitionNumber :: Lens' LaunchTemplatePlacement (Maybe Int) Source #

The number of the partition the instance should launch in. Valid only if the placement group strategy is set to partition.

launchTemplatePlacement_tenancy :: Lens' LaunchTemplatePlacement (Maybe Tenancy) Source #

The tenancy of the instance (if the instance is running in a VPC). An instance with a tenancy of dedicated runs on single-tenant hardware.

launchTemplatePlacement_groupName :: Lens' LaunchTemplatePlacement (Maybe Text) Source #

The name of the placement group for the instance.

launchTemplatePlacement_hostResourceGroupArn :: Lens' LaunchTemplatePlacement (Maybe Text) Source #

The ARN of the host resource group in which to launch the instances.

LaunchTemplatePlacementRequest

launchTemplatePlacementRequest_affinity :: Lens' LaunchTemplatePlacementRequest (Maybe Text) Source #

The affinity setting for an instance on a Dedicated Host.

launchTemplatePlacementRequest_partitionNumber :: Lens' LaunchTemplatePlacementRequest (Maybe Int) Source #

The number of the partition the instance should launch in. Valid only if the placement group strategy is set to partition.

launchTemplatePlacementRequest_tenancy :: Lens' LaunchTemplatePlacementRequest (Maybe Tenancy) Source #

The tenancy of the instance (if the instance is running in a VPC). An instance with a tenancy of dedicated runs on single-tenant hardware.

launchTemplatePlacementRequest_hostResourceGroupArn :: Lens' LaunchTemplatePlacementRequest (Maybe Text) Source #

The ARN of the host resource group in which to launch the instances. If you specify a host resource group ARN, omit the Tenancy parameter or set it to host.

LaunchTemplateSpecification

launchTemplateSpecification_version :: Lens' LaunchTemplateSpecification (Maybe Text) Source #

The version number of the launch template.

Default: The default version for the launch template.

LaunchTemplateSpotMarketOptions

launchTemplateSpotMarketOptions_blockDurationMinutes :: Lens' LaunchTemplateSpotMarketOptions (Maybe Int) Source #

The required duration for the Spot Instances (also known as Spot blocks), in minutes. This value must be a multiple of 60 (60, 120, 180, 240, 300, or 360).

launchTemplateSpotMarketOptions_validUntil :: Lens' LaunchTemplateSpotMarketOptions (Maybe UTCTime) Source #

The end date of the request. For a one-time request, the request remains active until all instances launch, the request is canceled, or this date is reached. If the request is persistent, it remains active until it is canceled or this date and time is reached.

launchTemplateSpotMarketOptions_maxPrice :: Lens' LaunchTemplateSpotMarketOptions (Maybe Text) Source #

The maximum hourly price you're willing to pay for the Spot Instances.

LaunchTemplateSpotMarketOptionsRequest

launchTemplateSpotMarketOptionsRequest_blockDurationMinutes :: Lens' LaunchTemplateSpotMarketOptionsRequest (Maybe Int) Source #

The required duration for the Spot Instances (also known as Spot blocks), in minutes. This value must be a multiple of 60 (60, 120, 180, 240, 300, or 360).

launchTemplateSpotMarketOptionsRequest_validUntil :: Lens' LaunchTemplateSpotMarketOptionsRequest (Maybe UTCTime) Source #

The end date of the request. For a one-time request, the request remains active until all instances launch, the request is canceled, or this date is reached. If the request is persistent, it remains active until it is canceled or this date and time is reached. The default end date is 7 days from the current date.

launchTemplateSpotMarketOptionsRequest_maxPrice :: Lens' LaunchTemplateSpotMarketOptionsRequest (Maybe Text) Source #

The maximum hourly price you're willing to pay for the Spot Instances.

LaunchTemplateTagSpecification

LaunchTemplateTagSpecificationRequest

launchTemplateTagSpecificationRequest_resourceType :: Lens' LaunchTemplateTagSpecificationRequest (Maybe ResourceType) Source #

The type of resource to tag. Currently, the resource types that support tagging on creation are instance and volume. To tag a resource after it has been created, see CreateTags.

LaunchTemplateVersion

launchTemplateVersion_createdBy :: Lens' LaunchTemplateVersion (Maybe Text) Source #

The principal that created the version.

launchTemplateVersion_defaultVersion :: Lens' LaunchTemplateVersion (Maybe Bool) Source #

Indicates whether the version is the default version.

LaunchTemplatesMonitoring

launchTemplatesMonitoring_enabled :: Lens' LaunchTemplatesMonitoring (Maybe Bool) Source #

Indicates whether detailed monitoring is enabled. Otherwise, basic monitoring is enabled.

LaunchTemplatesMonitoringRequest

launchTemplatesMonitoringRequest_enabled :: Lens' LaunchTemplatesMonitoringRequest (Maybe Bool) Source #

Specify true to enable detailed monitoring. Otherwise, basic monitoring is enabled.

LicenseConfiguration

licenseConfiguration_licenseConfigurationArn :: Lens' LicenseConfiguration (Maybe Text) Source #

The Amazon Resource Name (ARN) of the license configuration.

LicenseConfigurationRequest

licenseConfigurationRequest_licenseConfigurationArn :: Lens' LicenseConfigurationRequest (Maybe Text) Source #

The Amazon Resource Name (ARN) of the license configuration.

LoadBalancersConfig

LoadPermission

loadPermission_userId :: Lens' LoadPermission (Maybe Text) Source #

The Amazon Web Services account ID.

LoadPermissionModifications

LoadPermissionRequest

LocalGateway

localGateway_state :: Lens' LocalGateway (Maybe Text) Source #

The state of the local gateway.

localGateway_outpostArn :: Lens' LocalGateway (Maybe Text) Source #

The Amazon Resource Name (ARN) of the Outpost.

localGateway_ownerId :: Lens' LocalGateway (Maybe Text) Source #

The ID of the Amazon Web Services account that owns the local gateway.

localGateway_tags :: Lens' LocalGateway (Maybe [Tag]) Source #

The tags assigned to the local gateway.

LocalGatewayRoute

localGatewayRoute_localGatewayRouteTableArn :: Lens' LocalGatewayRoute (Maybe Text) Source #

The Amazon Resource Name (ARN) of the local gateway route table.

localGatewayRoute_ownerId :: Lens' LocalGatewayRoute (Maybe Text) Source #

The ID of the Amazon Web Services account that owns the local gateway route.

localGatewayRoute_destinationCidrBlock :: Lens' LocalGatewayRoute (Maybe Text) Source #

The CIDR block used for destination matches.

LocalGatewayRouteTable

localGatewayRouteTable_state :: Lens' LocalGatewayRouteTable (Maybe Text) Source #

The state of the local gateway route table.

localGatewayRouteTable_localGatewayRouteTableArn :: Lens' LocalGatewayRouteTable (Maybe Text) Source #

The Amazon Resource Name (ARN) of the local gateway route table.

localGatewayRouteTable_outpostArn :: Lens' LocalGatewayRouteTable (Maybe Text) Source #

The Amazon Resource Name (ARN) of the Outpost.

localGatewayRouteTable_ownerId :: Lens' LocalGatewayRouteTable (Maybe Text) Source #

The ID of the Amazon Web Services account that owns the local gateway route table.

localGatewayRouteTable_tags :: Lens' LocalGatewayRouteTable (Maybe [Tag]) Source #

The tags assigned to the local gateway route table.

LocalGatewayRouteTableVirtualInterfaceGroupAssociation

localGatewayRouteTableVirtualInterfaceGroupAssociation_localGatewayRouteTableArn :: Lens' LocalGatewayRouteTableVirtualInterfaceGroupAssociation (Maybe Text) Source #

The Amazon Resource Name (ARN) of the local gateway route table for the virtual interface group.

localGatewayRouteTableVirtualInterfaceGroupAssociation_ownerId :: Lens' LocalGatewayRouteTableVirtualInterfaceGroupAssociation (Maybe Text) Source #

The ID of the Amazon Web Services account that owns the local gateway virtual interface group association.

LocalGatewayRouteTableVpcAssociation

localGatewayRouteTableVpcAssociation_localGatewayRouteTableArn :: Lens' LocalGatewayRouteTableVpcAssociation (Maybe Text) Source #

The Amazon Resource Name (ARN) of the local gateway route table for the association.

localGatewayRouteTableVpcAssociation_ownerId :: Lens' LocalGatewayRouteTableVpcAssociation (Maybe Text) Source #

The ID of the Amazon Web Services account that owns the local gateway route table for the association.

LocalGatewayVirtualInterface

localGatewayVirtualInterface_localBgpAsn :: Lens' LocalGatewayVirtualInterface (Maybe Int) Source #

The Border Gateway Protocol (BGP) Autonomous System Number (ASN) of the local gateway.

localGatewayVirtualInterface_ownerId :: Lens' LocalGatewayVirtualInterface (Maybe Text) Source #

The ID of the Amazon Web Services account that owns the local gateway virtual interface.

localGatewayVirtualInterface_tags :: Lens' LocalGatewayVirtualInterface (Maybe [Tag]) Source #

The tags assigned to the virtual interface.

LocalGatewayVirtualInterfaceGroup

localGatewayVirtualInterfaceGroup_ownerId :: Lens' LocalGatewayVirtualInterfaceGroup (Maybe Text) Source #

The ID of the Amazon Web Services account that owns the local gateway virtual interface group.

localGatewayVirtualInterfaceGroup_tags :: Lens' LocalGatewayVirtualInterfaceGroup (Maybe [Tag]) Source #

The tags assigned to the virtual interface group.

ManagedPrefixList

managedPrefixList_state :: Lens' ManagedPrefixList (Maybe PrefixListState) Source #

The current state of the prefix list.

managedPrefixList_prefixListArn :: Lens' ManagedPrefixList (Maybe Text) Source #

The Amazon Resource Name (ARN) for the prefix list.

managedPrefixList_ownerId :: Lens' ManagedPrefixList (Maybe Text) Source #

The ID of the owner of the prefix list.

managedPrefixList_maxEntries :: Lens' ManagedPrefixList (Maybe Int) Source #

The maximum number of entries for the prefix list.

managedPrefixList_tags :: Lens' ManagedPrefixList (Maybe [Tag]) Source #

The tags for the prefix list.

MemoryInfo

memoryInfo_sizeInMiB :: Lens' MemoryInfo (Maybe Integer) Source #

The size of the memory, in MiB.

ModifyTransitGatewayOptions

modifyTransitGatewayOptions_defaultRouteTableAssociation :: Lens' ModifyTransitGatewayOptions (Maybe DefaultRouteTableAssociationValue) Source #

Enable or disable automatic association with the default association route table.

modifyTransitGatewayOptions_defaultRouteTablePropagation :: Lens' ModifyTransitGatewayOptions (Maybe DefaultRouteTablePropagationValue) Source #

Enable or disable automatic propagation of routes to the default propagation route table.

modifyTransitGatewayOptions_addTransitGatewayCidrBlocks :: Lens' ModifyTransitGatewayOptions (Maybe [Text]) Source #

Adds IPv4 or IPv6 CIDR blocks for the transit gateway. Must be a size /24 CIDR block or larger for IPv4, or a size /64 CIDR block or larger for IPv6.

ModifyTransitGatewayVpcAttachmentRequestOptions

modifyTransitGatewayVpcAttachmentRequestOptions_applianceModeSupport :: Lens' ModifyTransitGatewayVpcAttachmentRequestOptions (Maybe ApplianceModeSupportValue) Source #

Enable or disable support for appliance mode. If enabled, a traffic flow between a source and destination uses the same Availability Zone for the VPC attachment for the lifetime of that flow. The default is disable.

ModifyVpnTunnelOptionsSpecification

modifyVpnTunnelOptionsSpecification_replayWindowSize :: Lens' ModifyVpnTunnelOptionsSpecification (Maybe Int) Source #

The number of packets in an IKE replay window.

Constraints: A value between 64 and 2048.

Default: 1024

modifyVpnTunnelOptionsSpecification_dPDTimeoutAction :: Lens' ModifyVpnTunnelOptionsSpecification (Maybe Text) Source #

The action to take after DPD timeout occurs. Specify restart to restart the IKE initiation. Specify clear to end the IKE session.

Valid Values: clear | none | restart

Default: clear

modifyVpnTunnelOptionsSpecification_rekeyFuzzPercentage :: Lens' ModifyVpnTunnelOptionsSpecification (Maybe Int) Source #

The percentage of the rekey window (determined by RekeyMarginTimeSeconds) during which the rekey time is randomly selected.

Constraints: A value between 0 and 100.

Default: 100

modifyVpnTunnelOptionsSpecification_phase1LifetimeSeconds :: Lens' ModifyVpnTunnelOptionsSpecification (Maybe Int) Source #

The lifetime for phase 1 of the IKE negotiation, in seconds.

Constraints: A value between 900 and 28,800.

Default: 28800

modifyVpnTunnelOptionsSpecification_iKEVersions :: Lens' ModifyVpnTunnelOptionsSpecification (Maybe [IKEVersionsRequestListValue]) Source #

The IKE versions that are permitted for the VPN tunnel.

Valid values: ikev1 | ikev2

modifyVpnTunnelOptionsSpecification_phase2IntegrityAlgorithms :: Lens' ModifyVpnTunnelOptionsSpecification (Maybe [Phase2IntegrityAlgorithmsRequestListValue]) Source #

One or more integrity algorithms that are permitted for the VPN tunnel for phase 2 IKE negotiations.

Valid values: SHA1 | SHA2-256 | SHA2-384 | SHA2-512

modifyVpnTunnelOptionsSpecification_phase2LifetimeSeconds :: Lens' ModifyVpnTunnelOptionsSpecification (Maybe Int) Source #

The lifetime for phase 2 of the IKE negotiation, in seconds.

Constraints: A value between 900 and 3,600. The value must be less than the value for Phase1LifetimeSeconds.

Default: 3600

modifyVpnTunnelOptionsSpecification_phase1EncryptionAlgorithms :: Lens' ModifyVpnTunnelOptionsSpecification (Maybe [Phase1EncryptionAlgorithmsRequestListValue]) Source #

One or more encryption algorithms that are permitted for the VPN tunnel for phase 1 IKE negotiations.

Valid values: AES128 | AES256 | AES128-GCM-16 | AES256-GCM-16

modifyVpnTunnelOptionsSpecification_phase1DHGroupNumbers :: Lens' ModifyVpnTunnelOptionsSpecification (Maybe [Phase1DHGroupNumbersRequestListValue]) Source #

One or more Diffie-Hellman group numbers that are permitted for the VPN tunnel for phase 1 IKE negotiations.

Valid values: 2 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24

modifyVpnTunnelOptionsSpecification_phase1IntegrityAlgorithms :: Lens' ModifyVpnTunnelOptionsSpecification (Maybe [Phase1IntegrityAlgorithmsRequestListValue]) Source #

One or more integrity algorithms that are permitted for the VPN tunnel for phase 1 IKE negotiations.

Valid values: SHA1 | SHA2-256 | SHA2-384 | SHA2-512

modifyVpnTunnelOptionsSpecification_rekeyMarginTimeSeconds :: Lens' ModifyVpnTunnelOptionsSpecification (Maybe Int) Source #

The margin time, in seconds, before the phase 2 lifetime expires, during which the Amazon Web Services side of the VPN connection performs an IKE rekey. The exact time of the rekey is randomly selected based on the value for RekeyFuzzPercentage.

Constraints: A value between 60 and half of Phase2LifetimeSeconds.

Default: 540

modifyVpnTunnelOptionsSpecification_dPDTimeoutSeconds :: Lens' ModifyVpnTunnelOptionsSpecification (Maybe Int) Source #

The number of seconds after which a DPD timeout occurs.

Constraints: A value between 0 and 30.

Default: 30

modifyVpnTunnelOptionsSpecification_tunnelInsideCidr :: Lens' ModifyVpnTunnelOptionsSpecification (Maybe Text) Source #

The range of inside IPv4 addresses for the tunnel. Any specified CIDR blocks must be unique across all VPN connections that use the same virtual private gateway.

Constraints: A size /30 CIDR block from the 169.254.0.0/16 range. The following CIDR blocks are reserved and cannot be used:

  • 169.254.0.0/30
  • 169.254.1.0/30
  • 169.254.2.0/30
  • 169.254.3.0/30
  • 169.254.4.0/30
  • 169.254.5.0/30
  • 169.254.169.252/30

modifyVpnTunnelOptionsSpecification_startupAction :: Lens' ModifyVpnTunnelOptionsSpecification (Maybe Text) Source #

The action to take when the establishing the tunnel for the VPN connection. By default, your customer gateway device must initiate the IKE negotiation and bring up the tunnel. Specify start for Amazon Web Services to initiate the IKE negotiation.

Valid Values: add | start

Default: add

modifyVpnTunnelOptionsSpecification_phase2EncryptionAlgorithms :: Lens' ModifyVpnTunnelOptionsSpecification (Maybe [Phase2EncryptionAlgorithmsRequestListValue]) Source #

One or more encryption algorithms that are permitted for the VPN tunnel for phase 2 IKE negotiations.

Valid values: AES128 | AES256 | AES128-GCM-16 | AES256-GCM-16

modifyVpnTunnelOptionsSpecification_phase2DHGroupNumbers :: Lens' ModifyVpnTunnelOptionsSpecification (Maybe [Phase2DHGroupNumbersRequestListValue]) Source #

One or more Diffie-Hellman group numbers that are permitted for the VPN tunnel for phase 2 IKE negotiations.

Valid values: 2 | 5 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24

modifyVpnTunnelOptionsSpecification_preSharedKey :: Lens' ModifyVpnTunnelOptionsSpecification (Maybe Text) Source #

The pre-shared key (PSK) to establish initial authentication between the virtual private gateway and the customer gateway.

Constraints: Allowed characters are alphanumeric characters, periods (.), and underscores (_). Must be between 8 and 64 characters in length and cannot start with zero (0).

modifyVpnTunnelOptionsSpecification_tunnelInsideIpv6Cidr :: Lens' ModifyVpnTunnelOptionsSpecification (Maybe Text) Source #

The range of inside IPv6 addresses for the tunnel. Any specified CIDR blocks must be unique across all VPN connections that use the same transit gateway.

Constraints: A size /126 CIDR block from the local fd00::/8 range.

Monitoring

monitoring_state :: Lens' Monitoring (Maybe MonitoringState) Source #

Indicates whether detailed monitoring is enabled. Otherwise, basic monitoring is enabled.

MovingAddressStatus

movingAddressStatus_moveStatus :: Lens' MovingAddressStatus (Maybe MoveStatus) Source #

The status of the Elastic IP address that's being moved to the EC2-VPC platform, or restored to the EC2-Classic platform.

NatGateway

natGateway_state :: Lens' NatGateway (Maybe NatGatewayState) Source #

The state of the NAT gateway.

  • pending: The NAT gateway is being created and is not ready to process traffic.
  • failed: The NAT gateway could not be created. Check the failureCode and failureMessage fields for the reason.
  • available: The NAT gateway is able to process traffic. This status remains until you delete the NAT gateway, and does not indicate the health of the NAT gateway.
  • deleting: The NAT gateway is in the process of being terminated and may still be processing traffic.
  • deleted: The NAT gateway has been terminated and is no longer processing traffic.

natGateway_connectivityType :: Lens' NatGateway (Maybe ConnectivityType) Source #

Indicates whether the NAT gateway supports public or private connectivity.

natGateway_failureCode :: Lens' NatGateway (Maybe Text) Source #

If the NAT gateway could not be created, specifies the error code for the failure. (InsufficientFreeAddressesInSubnet | Gateway.NotAttached | InvalidAllocationID.NotFound | Resource.AlreadyAssociated | InternalError | InvalidSubnetID.NotFound)

natGateway_vpcId :: Lens' NatGateway (Maybe Text) Source #

The ID of the VPC in which the NAT gateway is located.

natGateway_failureMessage :: Lens' NatGateway (Maybe Text) Source #

If the NAT gateway could not be created, specifies the error message for the failure, that corresponds to the error code.

  • For InsufficientFreeAddressesInSubnet: "Subnet has insufficient free addresses to create this NAT gateway"
  • For Gateway.NotAttached: "Network vpc-xxxxxxxx has no Internet gateway attached"
  • For InvalidAllocationID.NotFound: "Elastic IP address eipalloc-xxxxxxxx could not be associated with this NAT gateway"
  • For Resource.AlreadyAssociated: "Elastic IP address eipalloc-xxxxxxxx is already associated"
  • For InternalError: "Network interface eni-xxxxxxxx, created and used internally by this NAT gateway is in an invalid state. Please try again."
  • For InvalidSubnetID.NotFound: "The specified subnet subnet-xxxxxxxx does not exist or could not be found."

natGateway_natGatewayId :: Lens' NatGateway (Maybe Text) Source #

The ID of the NAT gateway.

natGateway_subnetId :: Lens' NatGateway (Maybe Text) Source #

The ID of the subnet in which the NAT gateway is located.

natGateway_deleteTime :: Lens' NatGateway (Maybe UTCTime) Source #

The date and time the NAT gateway was deleted, if applicable.

natGateway_provisionedBandwidth :: Lens' NatGateway (Maybe ProvisionedBandwidth) Source #

Reserved. If you need to sustain traffic greater than the documented limits, contact us through the Support Center.

natGateway_natGatewayAddresses :: Lens' NatGateway (Maybe [NatGatewayAddress]) Source #

Information about the IP addresses and network interface associated with the NAT gateway.

natGateway_createTime :: Lens' NatGateway (Maybe UTCTime) Source #

The date and time the NAT gateway was created.

natGateway_tags :: Lens' NatGateway (Maybe [Tag]) Source #

The tags for the NAT gateway.

NatGatewayAddress

natGatewayAddress_privateIp :: Lens' NatGatewayAddress (Maybe Text) Source #

The private IP address associated with the NAT gateway.

natGatewayAddress_allocationId :: Lens' NatGatewayAddress (Maybe Text) Source #

Public NAT gateway only
The allocation ID of the Elastic IP address that's associated with the NAT gateway.

natGatewayAddress_networkInterfaceId :: Lens' NatGatewayAddress (Maybe Text) Source #

The ID of the network interface associated with the NAT gateway.

natGatewayAddress_publicIp :: Lens' NatGatewayAddress (Maybe Text) Source #

Public NAT gateway only
The Elastic IP address associated with the NAT gateway.

NetworkAcl

networkAcl_entries :: Lens' NetworkAcl (Maybe [NetworkAclEntry]) Source #

One or more entries (rules) in the network ACL.

networkAcl_networkAclId :: Lens' NetworkAcl (Maybe Text) Source #

The ID of the network ACL.

networkAcl_vpcId :: Lens' NetworkAcl (Maybe Text) Source #

The ID of the VPC for the network ACL.

networkAcl_ownerId :: Lens' NetworkAcl (Maybe Text) Source #

The ID of the Amazon Web Services account that owns the network ACL.

networkAcl_associations :: Lens' NetworkAcl (Maybe [NetworkAclAssociation]) Source #

Any associations between the network ACL and one or more subnets

networkAcl_tags :: Lens' NetworkAcl (Maybe [Tag]) Source #

Any tags assigned to the network ACL.

networkAcl_isDefault :: Lens' NetworkAcl (Maybe Bool) Source #

Indicates whether this is the default network ACL for the VPC.

NetworkAclAssociation

networkAclAssociation_networkAclAssociationId :: Lens' NetworkAclAssociation (Maybe Text) Source #

The ID of the association between a network ACL and a subnet.

NetworkAclEntry

networkAclEntry_ipv6CidrBlock :: Lens' NetworkAclEntry (Maybe Text) Source #

The IPv6 network range to allow or deny, in CIDR notation.

networkAclEntry_icmpTypeCode :: Lens' NetworkAclEntry (Maybe IcmpTypeCode) Source #

ICMP protocol: The ICMP type and code.

networkAclEntry_ruleNumber :: Lens' NetworkAclEntry (Maybe Int) Source #

The rule number for the entry. ACL entries are processed in ascending order by rule number.

networkAclEntry_ruleAction :: Lens' NetworkAclEntry (Maybe RuleAction) Source #

Indicates whether to allow or deny the traffic that matches the rule.

networkAclEntry_protocol :: Lens' NetworkAclEntry (Maybe Text) Source #

The protocol number. A value of "-1" means all protocols.

networkAclEntry_portRange :: Lens' NetworkAclEntry (Maybe PortRange) Source #

TCP or UDP protocols: The range of ports the rule applies to.

networkAclEntry_cidrBlock :: Lens' NetworkAclEntry (Maybe Text) Source #

The IPv4 network range to allow or deny, in CIDR notation.

networkAclEntry_egress :: Lens' NetworkAclEntry (Maybe Bool) Source #

Indicates whether the rule is an egress rule (applied to traffic leaving the subnet).

NetworkCardInfo

networkCardInfo_maximumNetworkInterfaces :: Lens' NetworkCardInfo (Maybe Int) Source #

The maximum number of network interfaces for the network card.

networkCardInfo_networkPerformance :: Lens' NetworkCardInfo (Maybe Text) Source #

The network performance of the network card.

NetworkInfo

networkInfo_efaSupported :: Lens' NetworkInfo (Maybe Bool) Source #

Indicates whether Elastic Fabric Adapter (EFA) is supported.

networkInfo_ipv6Supported :: Lens' NetworkInfo (Maybe Bool) Source #

Indicates whether IPv6 is supported.

networkInfo_enaSupport :: Lens' NetworkInfo (Maybe EnaSupport) Source #

Indicates whether Elastic Network Adapter (ENA) is supported.

networkInfo_maximumNetworkInterfaces :: Lens' NetworkInfo (Maybe Int) Source #

The maximum number of network interfaces for the instance type.

networkInfo_ipv6AddressesPerInterface :: Lens' NetworkInfo (Maybe Int) Source #

The maximum number of IPv6 addresses per network interface.

networkInfo_maximumNetworkCards :: Lens' NetworkInfo (Maybe Int) Source #

The maximum number of physical network cards that can be allocated to the instance.

networkInfo_networkCards :: Lens' NetworkInfo (Maybe [NetworkCardInfo]) Source #

Describes the network cards for the instance type.

networkInfo_efaInfo :: Lens' NetworkInfo (Maybe EfaInfo) Source #

Describes the Elastic Fabric Adapters for the instance type.

networkInfo_defaultNetworkCardIndex :: Lens' NetworkInfo (Maybe Int) Source #

The index of the default network card, starting at 0.

networkInfo_ipv4AddressesPerInterface :: Lens' NetworkInfo (Maybe Int) Source #

The maximum number of IPv4 addresses per network interface.

networkInfo_encryptionInTransitSupported :: Lens' NetworkInfo (Maybe Bool) Source #

Indicates whether the instance type automatically encrypts in-transit traffic between instances.

NetworkInsightsAnalysis

networkInsightsAnalysis_forwardPathComponents :: Lens' NetworkInsightsAnalysis (Maybe [PathComponent]) Source #

The components in the path from source to destination.

networkInsightsAnalysis_returnPathComponents :: Lens' NetworkInsightsAnalysis (Maybe [PathComponent]) Source #

The components in the path from destination to source.

networkInsightsAnalysis_filterInArns :: Lens' NetworkInsightsAnalysis (Maybe [Text]) Source #

The Amazon Resource Names (ARN) of the Amazon Web Services resources that the path must traverse.

networkInsightsAnalysis_networkInsightsAnalysisArn :: Lens' NetworkInsightsAnalysis (Maybe Text) Source #

The Amazon Resource Name (ARN) of the network insights analysis.

networkInsightsAnalysis_statusMessage :: Lens' NetworkInsightsAnalysis (Maybe Text) Source #

The status message, if the status is failed.

networkInsightsAnalysis_networkPathFound :: Lens' NetworkInsightsAnalysis (Maybe Bool) Source #

Indicates whether the destination is reachable from the source.

NetworkInsightsPath

networkInsightsPath_destination :: Lens' NetworkInsightsPath (Maybe Text) Source #

The Amazon Web Services resource that is the destination of the path.

networkInsightsPath_destinationIp :: Lens' NetworkInsightsPath (Maybe Text) Source #

The IP address of the Amazon Web Services resource that is the destination of the path.

networkInsightsPath_createdDate :: Lens' NetworkInsightsPath (Maybe UTCTime) Source #

The time stamp when the path was created.

networkInsightsPath_sourceIp :: Lens' NetworkInsightsPath (Maybe Text) Source #

The IP address of the Amazon Web Services resource that is the source of the path.

networkInsightsPath_source :: Lens' NetworkInsightsPath (Maybe Text) Source #

The Amazon Web Services resource that is the source of the path.

networkInsightsPath_tags :: Lens' NetworkInsightsPath (Maybe [Tag]) Source #

The tags associated with the path.

NetworkInterface

networkInterface_groups :: Lens' NetworkInterface (Maybe [GroupIdentifier]) Source #

Any security groups for the network interface.

networkInterface_privateIpAddresses :: Lens' NetworkInterface (Maybe [NetworkInterfacePrivateIpAddress]) Source #

The private IPv4 addresses associated with the network interface.

networkInterface_ipv4Prefixes :: Lens' NetworkInterface (Maybe [Ipv4PrefixSpecification]) Source #

The IPv4 prefixes that are assigned to the network interface.

networkInterface_sourceDestCheck :: Lens' NetworkInterface (Maybe Bool) Source #

Indicates whether source/destination checking is enabled.

networkInterface_tagSet :: Lens' NetworkInterface (Maybe [Tag]) Source #

Any tags assigned to the network interface.

networkInterface_requesterManaged :: Lens' NetworkInterface (Maybe Bool) Source #

Indicates whether the network interface is being managed by Amazon Web Services.

networkInterface_outpostArn :: Lens' NetworkInterface (Maybe Text) Source #

The Amazon Resource Name (ARN) of the Outpost.

networkInterface_ownerId :: Lens' NetworkInterface (Maybe Text) Source #

The Amazon Web Services account ID of the owner of the network interface.

networkInterface_ipv6Prefixes :: Lens' NetworkInterface (Maybe [Ipv6PrefixSpecification]) Source #

The IPv6 prefixes that are assigned to the network interface.

networkInterface_privateIpAddress :: Lens' NetworkInterface (Maybe Text) Source #

The IPv4 address of the network interface within the subnet.

networkInterface_requesterId :: Lens' NetworkInterface (Maybe Text) Source #

The alias or Amazon Web Services account ID of the principal or service that created the network interface.

networkInterface_association :: Lens' NetworkInterface (Maybe NetworkInterfaceAssociation) Source #

The association information for an Elastic IP address (IPv4) associated with the network interface.

networkInterface_ipv6Addresses :: Lens' NetworkInterface (Maybe [NetworkInterfaceIpv6Address]) Source #

The IPv6 addresses associated with the network interface.

NetworkInterfaceAssociation

networkInterfaceAssociation_carrierIp :: Lens' NetworkInterfaceAssociation (Maybe Text) Source #

The carrier IP address associated with the network interface.

This option is only available when the network interface is in a subnet which is associated with a Wavelength Zone.

networkInterfaceAssociation_customerOwnedIp :: Lens' NetworkInterfaceAssociation (Maybe Text) Source #

The customer-owned IP address associated with the network interface.

networkInterfaceAssociation_publicIp :: Lens' NetworkInterfaceAssociation (Maybe Text) Source #

The address of the Elastic IP address bound to the network interface.

NetworkInterfaceAttachment

networkInterfaceAttachment_deleteOnTermination :: Lens' NetworkInterfaceAttachment (Maybe Bool) Source #

Indicates whether the network interface is deleted when the instance is terminated.

networkInterfaceAttachment_instanceOwnerId :: Lens' NetworkInterfaceAttachment (Maybe Text) Source #

The Amazon Web Services account ID of the owner of the instance.

networkInterfaceAttachment_attachTime :: Lens' NetworkInterfaceAttachment (Maybe UTCTime) Source #

The timestamp indicating when the attachment initiated.

networkInterfaceAttachment_deviceIndex :: Lens' NetworkInterfaceAttachment (Maybe Int) Source #

The device index of the network interface attachment on the instance.

NetworkInterfaceAttachmentChanges

networkInterfaceAttachmentChanges_deleteOnTermination :: Lens' NetworkInterfaceAttachmentChanges (Maybe Bool) Source #

Indicates whether the network interface is deleted when the instance is terminated.

NetworkInterfaceIpv6Address

NetworkInterfacePermission

NetworkInterfacePermissionState

NetworkInterfacePrivateIpAddress

networkInterfacePrivateIpAddress_primary :: Lens' NetworkInterfacePrivateIpAddress (Maybe Bool) Source #

Indicates whether this IPv4 address is the primary private IPv4 address of the network interface.

networkInterfacePrivateIpAddress_association :: Lens' NetworkInterfacePrivateIpAddress (Maybe NetworkInterfaceAssociation) Source #

The association information for an Elastic IP address (IPv4) associated with the network interface.

NewDhcpConfiguration

OnDemandOptions

onDemandOptions_capacityReservationOptions :: Lens' OnDemandOptions (Maybe CapacityReservationOptions) Source #

The strategy for using unused Capacity Reservations for fulfilling On-Demand capacity. Supported only for fleets of type instant.

onDemandOptions_singleAvailabilityZone :: Lens' OnDemandOptions (Maybe Bool) Source #

Indicates that the fleet launches all On-Demand Instances into a single Availability Zone. Supported only for fleets of type instant.

onDemandOptions_maxTotalPrice :: Lens' OnDemandOptions (Maybe Text) Source #

The maximum amount per hour for On-Demand Instances that you're willing to pay.

onDemandOptions_minTargetCapacity :: Lens' OnDemandOptions (Maybe Int) Source #

The minimum target capacity for On-Demand Instances in the fleet. If the minimum target capacity is not reached, the fleet launches no instances.

onDemandOptions_singleInstanceType :: Lens' OnDemandOptions (Maybe Bool) Source #

Indicates that the fleet uses a single instance type to launch all On-Demand Instances in the fleet. Supported only for fleets of type instant.

onDemandOptions_allocationStrategy :: Lens' OnDemandOptions (Maybe FleetOnDemandAllocationStrategy) Source #

The order of the launch template overrides to use in fulfilling On-Demand capacity. If you specify lowest-price, EC2 Fleet uses price to determine the order, launching the lowest price first. If you specify prioritized, EC2 Fleet uses the priority that you assigned to each launch template override, launching the highest priority first. If you do not specify a value, EC2 Fleet defaults to lowest-price.

OnDemandOptionsRequest

onDemandOptionsRequest_capacityReservationOptions :: Lens' OnDemandOptionsRequest (Maybe CapacityReservationOptionsRequest) Source #

The strategy for using unused Capacity Reservations for fulfilling On-Demand capacity. Supported only for fleets of type instant.

onDemandOptionsRequest_singleAvailabilityZone :: Lens' OnDemandOptionsRequest (Maybe Bool) Source #

Indicates that the fleet launches all On-Demand Instances into a single Availability Zone. Supported only for fleets of type instant.

onDemandOptionsRequest_maxTotalPrice :: Lens' OnDemandOptionsRequest (Maybe Text) Source #

The maximum amount per hour for On-Demand Instances that you're willing to pay.

onDemandOptionsRequest_minTargetCapacity :: Lens' OnDemandOptionsRequest (Maybe Int) Source #

The minimum target capacity for On-Demand Instances in the fleet. If the minimum target capacity is not reached, the fleet launches no instances.

onDemandOptionsRequest_singleInstanceType :: Lens' OnDemandOptionsRequest (Maybe Bool) Source #

Indicates that the fleet uses a single instance type to launch all On-Demand Instances in the fleet. Supported only for fleets of type instant.

onDemandOptionsRequest_allocationStrategy :: Lens' OnDemandOptionsRequest (Maybe FleetOnDemandAllocationStrategy) Source #

The order of the launch template overrides to use in fulfilling On-Demand capacity. If you specify lowest-price, EC2 Fleet uses price to determine the order, launching the lowest price first. If you specify prioritized, EC2 Fleet uses the priority that you assigned to each launch template override, launching the highest priority first. If you do not specify a value, EC2 Fleet defaults to lowest-price.

PathComponent

PciId

pciId_subsystemId :: Lens' PciId (Maybe Text) Source #

The ID of the subsystem.

pciId_deviceId :: Lens' PciId (Maybe Text) Source #

The ID of the device.

pciId_subsystemVendorId :: Lens' PciId (Maybe Text) Source #

The ID of the vendor for the subsystem.

pciId_vendorId :: Lens' PciId (Maybe Text) Source #

The ID of the vendor.

PeeringAttachmentStatus

PeeringConnectionOptions

peeringConnectionOptions_allowEgressFromLocalVpcToRemoteClassicLink :: Lens' PeeringConnectionOptions (Maybe Bool) Source #

If true, enables outbound communication from instances in a local VPC to an EC2-Classic instance that's linked to a peer VPC using ClassicLink.

peeringConnectionOptions_allowEgressFromLocalClassicLinkToRemoteVpc :: Lens' PeeringConnectionOptions (Maybe Bool) Source #

If true, enables outbound communication from an EC2-Classic instance that's linked to a local VPC using ClassicLink to instances in a peer VPC.

peeringConnectionOptions_allowDnsResolutionFromRemoteVpc :: Lens' PeeringConnectionOptions (Maybe Bool) Source #

If true, the public DNS hostnames of instances in the specified VPC resolve to private IP addresses when queried from instances in the peer VPC.

PeeringConnectionOptionsRequest

peeringConnectionOptionsRequest_allowEgressFromLocalVpcToRemoteClassicLink :: Lens' PeeringConnectionOptionsRequest (Maybe Bool) Source #

If true, enables outbound communication from instances in a local VPC to an EC2-Classic instance that's linked to a peer VPC using ClassicLink.

peeringConnectionOptionsRequest_allowEgressFromLocalClassicLinkToRemoteVpc :: Lens' PeeringConnectionOptionsRequest (Maybe Bool) Source #

If true, enables outbound communication from an EC2-Classic instance that's linked to a local VPC using ClassicLink to instances in a peer VPC.

peeringConnectionOptionsRequest_allowDnsResolutionFromRemoteVpc :: Lens' PeeringConnectionOptionsRequest (Maybe Bool) Source #

If true, enables a local VPC to resolve public DNS hostnames to private IP addresses when queried from instances in the peer VPC.

PeeringTgwInfo

peeringTgwInfo_ownerId :: Lens' PeeringTgwInfo (Maybe Text) Source #

The ID of the Amazon Web Services account that owns the transit gateway.

peeringTgwInfo_region :: Lens' PeeringTgwInfo (Maybe Text) Source #

The Region of the transit gateway.

Phase1DHGroupNumbersListValue

Phase1DHGroupNumbersRequestListValue

Phase1EncryptionAlgorithmsListValue

Phase1EncryptionAlgorithmsRequestListValue

Phase1IntegrityAlgorithmsListValue

Phase1IntegrityAlgorithmsRequestListValue

Phase2DHGroupNumbersListValue

Phase2DHGroupNumbersRequestListValue

Phase2EncryptionAlgorithmsListValue

Phase2EncryptionAlgorithmsRequestListValue

Phase2IntegrityAlgorithmsListValue

Phase2IntegrityAlgorithmsRequestListValue

Placement

placement_affinity :: Lens' Placement (Maybe Text) Source #

The affinity setting for the instance on the Dedicated Host. This parameter is not supported for the ImportInstance command.

This parameter is not supported by CreateFleet.

placement_hostId :: Lens' Placement (Maybe Text) Source #

The ID of the Dedicated Host on which the instance resides. This parameter is not supported for the ImportInstance command.

This parameter is not supported by CreateFleet.

placement_partitionNumber :: Lens' Placement (Maybe Int) Source #

The number of the partition the instance is in. Valid only if the placement group strategy is set to partition.

This parameter is not supported by CreateFleet.

placement_spreadDomain :: Lens' Placement (Maybe Text) Source #

Reserved for future use.

This parameter is not supported by CreateFleet.

placement_availabilityZone :: Lens' Placement (Maybe Text) Source #

The Availability Zone of the instance.

If not specified, an Availability Zone will be automatically chosen for you based on the load balancing criteria for the Region.

This parameter is not supported by CreateFleet.

placement_tenancy :: Lens' Placement (Maybe Tenancy) Source #

The tenancy of the instance (if the instance is running in a VPC). An instance with a tenancy of dedicated runs on single-tenant hardware. The host tenancy is not supported for the ImportInstance command.

This parameter is not supported by CreateFleet.

T3 instances that use the unlimited CPU credit option do not support host tenancy.

placement_groupName :: Lens' Placement (Maybe Text) Source #

The name of the placement group the instance is in.

placement_hostResourceGroupArn :: Lens' Placement (Maybe Text) Source #

The ARN of the host resource group in which to launch the instances. If you specify a host resource group ARN, omit the Tenancy parameter or set it to host.

This parameter is not supported by CreateFleet.

PlacementGroup

placementGroup_groupId :: Lens' PlacementGroup (Maybe Text) Source #

The ID of the placement group.

placementGroup_groupName :: Lens' PlacementGroup (Maybe Text) Source #

The name of the placement group.

placementGroup_partitionCount :: Lens' PlacementGroup (Maybe Int) Source #

The number of partitions. Valid only if strategy is set to partition.

placementGroup_tags :: Lens' PlacementGroup (Maybe [Tag]) Source #

Any tags applied to the placement group.

PlacementGroupInfo

PlacementResponse

placementResponse_groupName :: Lens' PlacementResponse (Maybe Text) Source #

The name of the placement group that the instance is in.

PoolCidrBlock

PortRange

portRange_to :: Lens' PortRange (Maybe Int) Source #

The last port in the range.

portRange_from :: Lens' PortRange (Maybe Int) Source #

The first port in the range.

PrefixList

prefixList_cidrs :: Lens' PrefixList (Maybe [Text]) Source #

The IP address range of the Amazon Web Service.

PrefixListAssociation

PrefixListEntry

PrefixListId

prefixListId_description :: Lens' PrefixListId (Maybe Text) Source #

A description for the security group rule that references this prefix list ID.

Constraints: Up to 255 characters in length. Allowed characters are a-z, A-Z, 0-9, spaces, and ._-:/()#,@[]+=;{}!$*

PriceSchedule

priceSchedule_currencyCode :: Lens' PriceSchedule (Maybe CurrencyCodeValues) Source #

The currency for transacting the Reserved Instance resale. At this time, the only supported currency is USD.

priceSchedule_term :: Lens' PriceSchedule (Maybe Integer) Source #

The number of months remaining in the reservation. For example, 2 is the second to the last month before the capacity reservation expires.

priceSchedule_active :: Lens' PriceSchedule (Maybe Bool) Source #

The current price schedule, as determined by the term remaining for the Reserved Instance in the listing.

A specific price schedule is always in effect, but only one price schedule can be active at any time. Take, for example, a Reserved Instance listing that has five months remaining in its term. When you specify price schedules for five months and two months, this means that schedule 1, covering the first three months of the remaining term, will be active during months 5, 4, and 3. Then schedule 2, covering the last two months of the term, will be active for months 2 and 1.

priceSchedule_price :: Lens' PriceSchedule (Maybe Double) Source #

The fixed price for the term.

PriceScheduleSpecification

priceScheduleSpecification_currencyCode :: Lens' PriceScheduleSpecification (Maybe CurrencyCodeValues) Source #

The currency for transacting the Reserved Instance resale. At this time, the only supported currency is USD.

priceScheduleSpecification_term :: Lens' PriceScheduleSpecification (Maybe Integer) Source #

The number of months remaining in the reservation. For example, 2 is the second to the last month before the capacity reservation expires.

PricingDetail

pricingDetail_count :: Lens' PricingDetail (Maybe Int) Source #

The number of reservations available for the price.

PrincipalIdFormat

principalIdFormat_arn :: Lens' PrincipalIdFormat (Maybe Text) Source #

PrincipalIdFormatARN description

principalIdFormat_statuses :: Lens' PrincipalIdFormat (Maybe [IdFormat]) Source #

PrincipalIdFormatStatuses description

PrivateDnsDetails

privateDnsDetails_privateDnsName :: Lens' PrivateDnsDetails (Maybe Text) Source #

The private DNS name assigned to the VPC endpoint service.

PrivateDnsNameConfiguration

privateDnsNameConfiguration_state :: Lens' PrivateDnsNameConfiguration (Maybe DnsNameState) Source #

The verification state of the VPC endpoint service.

Consumers of the endpoint service can use the private name only when

the state is verified.

privateDnsNameConfiguration_value :: Lens' PrivateDnsNameConfiguration (Maybe Text) Source #

The value the service provider adds to the private DNS name domain record before verification.

privateDnsNameConfiguration_name :: Lens' PrivateDnsNameConfiguration (Maybe Text) Source #

The name of the record subdomain the service provider needs to create. The service provider adds the value text to the name.

privateDnsNameConfiguration_type :: Lens' PrivateDnsNameConfiguration (Maybe Text) Source #

The endpoint service verification type, for example TXT.

PrivateIpAddressSpecification

privateIpAddressSpecification_primary :: Lens' PrivateIpAddressSpecification (Maybe Bool) Source #

Indicates whether the private IPv4 address is the primary private IPv4 address. Only one IPv4 address can be designated as primary.

ProcessorInfo

processorInfo_supportedArchitectures :: Lens' ProcessorInfo (Maybe [ArchitectureType]) Source #

The architectures supported by the instance type.

ProductCode

PropagatingVgw

propagatingVgw_gatewayId :: Lens' PropagatingVgw (Maybe Text) Source #

The ID of the virtual private gateway.

ProvisionedBandwidth

provisionedBandwidth_status :: Lens' ProvisionedBandwidth (Maybe Text) Source #

Reserved. If you need to sustain traffic greater than the documented limits, contact us through the Support Center.

provisionedBandwidth_requested :: Lens' ProvisionedBandwidth (Maybe Text) Source #

Reserved. If you need to sustain traffic greater than the documented limits, contact us through the Support Center.

provisionedBandwidth_provisioned :: Lens' ProvisionedBandwidth (Maybe Text) Source #

Reserved. If you need to sustain traffic greater than the documented limits, contact us through the Support Center.

provisionedBandwidth_requestTime :: Lens' ProvisionedBandwidth (Maybe UTCTime) Source #

Reserved. If you need to sustain traffic greater than the documented limits, contact us through the Support Center.

provisionedBandwidth_provisionTime :: Lens' ProvisionedBandwidth (Maybe UTCTime) Source #

Reserved. If you need to sustain traffic greater than the documented limits, contact us through the Support Center.

PtrUpdateStatus

ptrUpdateStatus_status :: Lens' PtrUpdateStatus (Maybe Text) Source #

The status of the PTR record update.

ptrUpdateStatus_value :: Lens' PtrUpdateStatus (Maybe Text) Source #

The value for the PTR record update.

ptrUpdateStatus_reason :: Lens' PtrUpdateStatus (Maybe Text) Source #

The reason for the PTR record update.

PublicIpv4Pool

publicIpv4Pool_networkBorderGroup :: Lens' PublicIpv4Pool (Maybe Text) Source #

The name of the location from which the address pool is advertised. A network border group is a unique set of Availability Zones or Local Zones from where Amazon Web Services advertises public IP addresses.

publicIpv4Pool_totalAvailableAddressCount :: Lens' PublicIpv4Pool (Maybe Int) Source #

The total number of available addresses.

publicIpv4Pool_poolId :: Lens' PublicIpv4Pool (Maybe Text) Source #

The ID of the address pool.

publicIpv4Pool_description :: Lens' PublicIpv4Pool (Maybe Text) Source #

A description of the address pool.

publicIpv4Pool_tags :: Lens' PublicIpv4Pool (Maybe [Tag]) Source #

Any tags for the address pool.

PublicIpv4PoolRange

publicIpv4PoolRange_availableAddressCount :: Lens' PublicIpv4PoolRange (Maybe Int) Source #

The number of available addresses in the range.

publicIpv4PoolRange_addressCount :: Lens' PublicIpv4PoolRange (Maybe Int) Source #

The number of addresses in the range.

Purchase

purchase_instanceFamily :: Lens' Purchase (Maybe Text) Source #

The instance family on the Dedicated Host that the reservation can be associated with.

purchase_currencyCode :: Lens' Purchase (Maybe CurrencyCodeValues) Source #

The currency in which the UpfrontPrice and HourlyPrice amounts are specified. At this time, the only supported currency is USD.

purchase_hostReservationId :: Lens' Purchase (Maybe Text) Source #

The ID of the reservation.

purchase_hourlyPrice :: Lens' Purchase (Maybe Text) Source #

The hourly price of the reservation per hour.

purchase_upfrontPrice :: Lens' Purchase (Maybe Text) Source #

The upfront price of the reservation.

purchase_hostIdSet :: Lens' Purchase (Maybe [Text]) Source #

The IDs of the Dedicated Hosts associated with the reservation.

purchase_duration :: Lens' Purchase (Maybe Int) Source #

The duration of the reservation's term in seconds.

purchase_paymentOption :: Lens' Purchase (Maybe PaymentOption) Source #

The payment option for the reservation.

PurchaseRequest

RecurringCharge

recurringCharge_amount :: Lens' RecurringCharge (Maybe Double) Source #

The amount of the recurring charge.

ReferencedSecurityGroup

referencedSecurityGroup_peeringStatus :: Lens' ReferencedSecurityGroup (Maybe Text) Source #

The status of a VPC peering connection, if applicable.

RegionInfo

regionInfo_optInStatus :: Lens' RegionInfo (Maybe Text) Source #

The Region opt-in status. The possible values are opt-in-not-required, opted-in, and not-opted-in.

regionInfo_endpoint :: Lens' RegionInfo (Maybe Text) Source #

The Region service endpoint.

RegisterInstanceTagAttributeRequest

registerInstanceTagAttributeRequest_includeAllTagsOfInstance :: Lens' RegisterInstanceTagAttributeRequest (Maybe Bool) Source #

Indicates whether to register all tag keys in the current Region. Specify true to register all tag keys.

RemovePrefixListEntry

ReplaceRootVolumeTask

replaceRootVolumeTask_instanceId :: Lens' ReplaceRootVolumeTask (Maybe Text) Source #

The ID of the instance for which the root volume replacement task was created.

replaceRootVolumeTask_taskState :: Lens' ReplaceRootVolumeTask (Maybe ReplaceRootVolumeTaskState) Source #

The state of the task. The task can be in one of the following states:

  • pending - the replacement volume is being created.
  • in-progress - the original volume is being detached and the replacement volume is being attached.
  • succeeded - the replacement volume has been successfully attached to the instance and the instance is available.
  • failing - the replacement task is in the process of failing.
  • failed - the replacement task has failed but the original root volume is still attached.
  • failing-detached - the replacement task is in the process of failing. The instance might have no root volume attached.
  • failed-detached - the replacement task has failed and the instance has no root volume attached.

RequestLaunchTemplateData

requestLaunchTemplateData_securityGroupIds :: Lens' RequestLaunchTemplateData (Maybe [Text]) Source #

One or more security group IDs. You can create a security group using CreateSecurityGroup. You cannot specify both a security group ID and security name in the same request.

requestLaunchTemplateData_securityGroups :: Lens' RequestLaunchTemplateData (Maybe [Text]) Source #

EC2-Classic, default VPC
One or more security group names. For a nondefault VPC, you must use security group IDs instead. You cannot specify both a security group ID and security name in the same request.

requestLaunchTemplateData_disableApiTermination :: Lens' RequestLaunchTemplateData (Maybe Bool) Source #

If you set this parameter to true, you can't terminate the instance using the Amazon EC2 console, CLI, or API; otherwise, you can. To change this attribute after launch, use ModifyInstanceAttribute. Alternatively, if you set InstanceInitiatedShutdownBehavior to terminate, you can terminate the instance by running the shutdown command from the instance.

requestLaunchTemplateData_keyName :: Lens' RequestLaunchTemplateData (Maybe Text) Source #

The name of the key pair. You can create a key pair using CreateKeyPair or ImportKeyPair.

If you do not specify a key pair, you can't connect to the instance unless you choose an AMI that is configured to allow users another way to log in.

requestLaunchTemplateData_networkInterfaces :: Lens' RequestLaunchTemplateData (Maybe [LaunchTemplateInstanceNetworkInterfaceSpecificationRequest]) Source #

One or more network interfaces. If you specify a network interface, you must specify any security groups and subnets as part of the network interface.

requestLaunchTemplateData_enclaveOptions :: Lens' RequestLaunchTemplateData (Maybe LaunchTemplateEnclaveOptionsRequest) Source #

Indicates whether the instance is enabled for Amazon Web Services Nitro Enclaves. For more information, see What is Amazon Web Services Nitro Enclaves? in the Amazon Web Services Nitro Enclaves User Guide.

You can't enable Amazon Web Services Nitro Enclaves and hibernation on the same instance.

requestLaunchTemplateData_cpuOptions :: Lens' RequestLaunchTemplateData (Maybe LaunchTemplateCpuOptionsRequest) Source #

The CPU options for the instance. For more information, see Optimizing CPU Options in the Amazon Elastic Compute Cloud User Guide.

requestLaunchTemplateData_ramDiskId :: Lens' RequestLaunchTemplateData (Maybe Text) Source #

The ID of the RAM disk.

We recommend that you use PV-GRUB instead of kernels and RAM disks. For more information, see User Provided Kernels in the Amazon Elastic Compute Cloud User Guide.

requestLaunchTemplateData_kernelId :: Lens' RequestLaunchTemplateData (Maybe Text) Source #

The ID of the kernel.

We recommend that you use PV-GRUB instead of kernels and RAM disks. For more information, see User Provided Kernels in the Amazon Elastic Compute Cloud User Guide.

requestLaunchTemplateData_instanceType :: Lens' RequestLaunchTemplateData (Maybe InstanceType) Source #

The instance type. For more information, see Instance Types in the Amazon Elastic Compute Cloud User Guide.

requestLaunchTemplateData_capacityReservationSpecification :: Lens' RequestLaunchTemplateData (Maybe LaunchTemplateCapacityReservationSpecificationRequest) Source #

The Capacity Reservation targeting option. If you do not specify this parameter, the instance's Capacity Reservation preference defaults to open, which enables it to run in any open Capacity Reservation that has matching attributes (instance type, platform, Availability Zone).

requestLaunchTemplateData_ebsOptimized :: Lens' RequestLaunchTemplateData (Maybe Bool) Source #

Indicates whether the instance is optimized for Amazon EBS I/O. This optimization provides dedicated throughput to Amazon EBS and an optimized configuration stack to provide optimal Amazon EBS I/O performance. This optimization isn't available with all instance types. Additional usage charges apply when using an EBS-optimized instance.

requestLaunchTemplateData_userData :: Lens' RequestLaunchTemplateData (Maybe Text) Source #

The user data to make available to the instance. You must provide base64-encoded text. User data is limited to 16 KB. For more information, see Running Commands on Your Linux Instance at Launch (Linux) or Adding User Data (Windows).

If you are creating the launch template for use with Batch, the user data must be provided in the MIME multi-part archive format. For more information, see Amazon EC2 user data in launch templates in the Batch User Guide.

requestLaunchTemplateData_tagSpecifications :: Lens' RequestLaunchTemplateData (Maybe [LaunchTemplateTagSpecificationRequest]) Source #

The tags to apply to the resources during launch. You can only tag instances and volumes on launch. The specified tags are applied to all instances or volumes that are created during launch. To tag a resource after it has been created, see CreateTags.

requestLaunchTemplateData_hibernationOptions :: Lens' RequestLaunchTemplateData (Maybe LaunchTemplateHibernationOptionsRequest) Source #

Indicates whether an instance is enabled for hibernation. This parameter is valid only if the instance meets the hibernation prerequisites. For more information, see Hibernate your instance in the Amazon Elastic Compute Cloud User Guide.

requestLaunchTemplateData_instanceInitiatedShutdownBehavior :: Lens' RequestLaunchTemplateData (Maybe ShutdownBehavior) Source #

Indicates whether an instance stops or terminates when you initiate shutdown from the instance (using the operating system command for system shutdown).

Default: stop

requestLaunchTemplateData_metadataOptions :: Lens' RequestLaunchTemplateData (Maybe LaunchTemplateInstanceMetadataOptionsRequest) Source #

The metadata options for the instance. For more information, see Instance metadata and user data in the Amazon Elastic Compute Cloud User Guide.

requestLaunchTemplateData_creditSpecification :: Lens' RequestLaunchTemplateData (Maybe CreditSpecificationRequest) Source #

The credit option for CPU usage of the instance. Valid for T2, T3, or T3a instances only.

RequestSpotLaunchSpecification

requestSpotLaunchSpecification_securityGroups :: Lens' RequestSpotLaunchSpecification (Maybe [Text]) Source #

One or more security groups. When requesting instances in a VPC, you must specify the IDs of the security groups. When requesting instances in EC2-Classic, you can specify the names or the IDs of the security groups.

requestSpotLaunchSpecification_networkInterfaces :: Lens' RequestSpotLaunchSpecification (Maybe [InstanceNetworkInterfaceSpecification]) Source #

One or more network interfaces. If you specify a network interface, you must specify subnet IDs and security group IDs using the network interface.

requestSpotLaunchSpecification_subnetId :: Lens' RequestSpotLaunchSpecification (Maybe Text) Source #

The ID of the subnet in which to launch the instance.

requestSpotLaunchSpecification_ebsOptimized :: Lens' RequestSpotLaunchSpecification (Maybe Bool) Source #

Indicates whether the instance is optimized for EBS I/O. This optimization provides dedicated throughput to Amazon EBS and an optimized configuration stack to provide optimal EBS I/O performance. This optimization isn't available with all instance types. Additional usage charges apply when using an EBS Optimized instance.

Default: false

requestSpotLaunchSpecification_userData :: Lens' RequestSpotLaunchSpecification (Maybe Text) Source #

The Base64-encoded user data for the instance. User data is limited to 16 KB.

requestSpotLaunchSpecification_monitoring :: Lens' RequestSpotLaunchSpecification (Maybe RunInstancesMonitoringEnabled) Source #

Indicates whether basic or detailed monitoring is enabled for the instance.

Default: Disabled

requestSpotLaunchSpecification_blockDeviceMappings :: Lens' RequestSpotLaunchSpecification (Maybe [BlockDeviceMapping]) Source #

One or more block device mapping entries. You can't specify both a snapshot ID and an encryption value. This is because only blank volumes can be encrypted on creation. If a snapshot is the basis for a volume, it is not blank and its encryption status is used for the volume encryption status.

Reservation

reservation_groups :: Lens' Reservation (Maybe [GroupIdentifier]) Source #

EC2-Classic only
The security groups.

reservation_requesterId :: Lens' Reservation (Maybe Text) Source #

The ID of the requester that launched the instances on your behalf (for example, Amazon Web Services Management Console or Auto Scaling).

reservation_ownerId :: Lens' Reservation Text Source #

The ID of the Amazon Web Services account that owns the reservation.

ReservationFleetInstanceSpecification

reservationFleetInstanceSpecification_priority :: Lens' ReservationFleetInstanceSpecification (Maybe Natural) Source #

The priority to assign to the instance type. This value is used to determine which of the instance types specified for the Fleet should be prioritized for use. A lower value indicates a high priority. For more information, see Instance type priority in the Amazon EC2 User Guide.

reservationFleetInstanceSpecification_availabilityZoneId :: Lens' ReservationFleetInstanceSpecification (Maybe Text) Source #

The ID of the Availability Zone in which the Capacity Reservation Fleet reserves the capacity. A Capacity Reservation Fleet can't span Availability Zones. All instance type specifications that you specify for the Fleet must use the same Availability Zone.

reservationFleetInstanceSpecification_weight :: Lens' ReservationFleetInstanceSpecification (Maybe Double) Source #

The number of capacity units provided by the specified instance type. This value, together with the total target capacity that you specify for the Fleet determine the number of instances for which the Fleet reserves capacity. Both values are based on units that make sense for your workload. For more information, see Total target capacity in the Amazon EC2 User Guide.

reservationFleetInstanceSpecification_instancePlatform :: Lens' ReservationFleetInstanceSpecification (Maybe CapacityReservationInstancePlatform) Source #

The type of operating system for which the Capacity Reservation Fleet reserves capacity.

reservationFleetInstanceSpecification_instanceType :: Lens' ReservationFleetInstanceSpecification (Maybe InstanceType) Source #

The instance type for which the Capacity Reservation Fleet reserves capacity.

reservationFleetInstanceSpecification_ebsOptimized :: Lens' ReservationFleetInstanceSpecification (Maybe Bool) Source #

Indicates whether the Capacity Reservation Fleet supports EBS-optimized instances types. This optimization provides dedicated throughput to Amazon EBS and an optimized configuration stack to provide optimal I/O performance. This optimization isn't available with all instance types. Additional usage charges apply when using EBS-optimized instance types.

reservationFleetInstanceSpecification_availabilityZone :: Lens' ReservationFleetInstanceSpecification (Maybe Text) Source #

The Availability Zone in which the Capacity Reservation Fleet reserves the capacity. A Capacity Reservation Fleet can't span Availability Zones. All instance type specifications that you specify for the Fleet must use the same Availability Zone.

ReservationValue

reservationValue_hourlyPrice :: Lens' ReservationValue (Maybe Text) Source #

The hourly rate of the reservation.

reservationValue_remainingTotalValue :: Lens' ReservationValue (Maybe Text) Source #

The balance of the total value (the sum of remainingUpfrontValue + hourlyPrice * number of hours remaining).

reservationValue_remainingUpfrontValue :: Lens' ReservationValue (Maybe Text) Source #

The remaining upfront cost of the reservation.

ReservedInstanceLimitPrice

reservedInstanceLimitPrice_amount :: Lens' ReservedInstanceLimitPrice (Maybe Double) Source #

Used for Reserved Instance Marketplace offerings. Specifies the limit price on the total order (instanceCount * price).

reservedInstanceLimitPrice_currencyCode :: Lens' ReservedInstanceLimitPrice (Maybe CurrencyCodeValues) Source #

The currency in which the limitPrice amount is specified. At this time, the only supported currency is USD.

ReservedInstanceReservationValue

reservedInstanceReservationValue_reservationValue :: Lens' ReservedInstanceReservationValue (Maybe ReservationValue) Source #

The total value of the Convertible Reserved Instance that you are exchanging.

reservedInstanceReservationValue_reservedInstanceId :: Lens' ReservedInstanceReservationValue (Maybe Text) Source #

The ID of the Convertible Reserved Instance that you are exchanging.

ReservedInstances

reservedInstances_state :: Lens' ReservedInstances (Maybe ReservedInstanceState) Source #

The state of the Reserved Instance purchase.

reservedInstances_currencyCode :: Lens' ReservedInstances (Maybe CurrencyCodeValues) Source #

The currency of the Reserved Instance. It's specified using ISO 4217 standard currency codes. At this time, the only supported currency is USD.

reservedInstances_instanceCount :: Lens' ReservedInstances (Maybe Int) Source #

The number of reservations purchased.

reservedInstances_productDescription :: Lens' ReservedInstances (Maybe RIProductDescription) Source #

The Reserved Instance product platform description.

reservedInstances_start :: Lens' ReservedInstances (Maybe UTCTime) Source #

The date and time the Reserved Instance started.

reservedInstances_instanceType :: Lens' ReservedInstances (Maybe InstanceType) Source #

The instance type on which the Reserved Instance can be used.

reservedInstances_end :: Lens' ReservedInstances (Maybe UTCTime) Source #

The time when the Reserved Instance expires.

reservedInstances_availabilityZone :: Lens' ReservedInstances (Maybe Text) Source #

The Availability Zone in which the Reserved Instance can be used.

reservedInstances_scope :: Lens' ReservedInstances (Maybe Scope) Source #

The scope of the Reserved Instance.

reservedInstances_recurringCharges :: Lens' ReservedInstances (Maybe [RecurringCharge]) Source #

The recurring charge tag assigned to the resource.

reservedInstances_usagePrice :: Lens' ReservedInstances (Maybe Double) Source #

The usage price of the Reserved Instance, per hour.

reservedInstances_fixedPrice :: Lens' ReservedInstances (Maybe Double) Source #

The purchase price of the Reserved Instance.

reservedInstances_offeringClass :: Lens' ReservedInstances (Maybe OfferingClassType) Source #

The offering class of the Reserved Instance.

reservedInstances_duration :: Lens' ReservedInstances (Maybe Integer) Source #

The duration of the Reserved Instance, in seconds.

reservedInstances_tags :: Lens' ReservedInstances (Maybe [Tag]) Source #

Any tags assigned to the resource.

ReservedInstancesConfiguration

reservedInstancesConfiguration_platform :: Lens' ReservedInstancesConfiguration (Maybe Text) Source #

The network platform of the modified Reserved Instances, which is either EC2-Classic or EC2-VPC.

reservedInstancesConfiguration_instanceCount :: Lens' ReservedInstancesConfiguration (Maybe Int) Source #

The number of modified Reserved Instances.

This is a required field for a request.

reservedInstancesConfiguration_availabilityZone :: Lens' ReservedInstancesConfiguration (Maybe Text) Source #

The Availability Zone for the modified Reserved Instances.

reservedInstancesConfiguration_scope :: Lens' ReservedInstancesConfiguration (Maybe Scope) Source #

Whether the Reserved Instance is applied to instances in a Region or instances in a specific Availability Zone.

ReservedInstancesId

ReservedInstancesListing

reservedInstancesListing_clientToken :: Lens' ReservedInstancesListing (Maybe Text) Source #

A unique, case-sensitive key supplied by the client to ensure that the request is idempotent. For more information, see Ensuring Idempotency.

reservedInstancesListing_statusMessage :: Lens' ReservedInstancesListing (Maybe Text) Source #

The reason for the current status of the Reserved Instance listing. The response can be blank.

ReservedInstancesModification

reservedInstancesModification_modificationResults :: Lens' ReservedInstancesModification (Maybe [ReservedInstancesModificationResult]) Source #

Contains target configurations along with their corresponding new Reserved Instance IDs.

reservedInstancesModification_status :: Lens' ReservedInstancesModification (Maybe Text) Source #

The status of the Reserved Instances modification request.

reservedInstancesModification_clientToken :: Lens' ReservedInstancesModification (Maybe Text) Source #

A unique, case-sensitive key supplied by the client to ensure that the request is idempotent. For more information, see Ensuring Idempotency.

reservedInstancesModification_updateDate :: Lens' ReservedInstancesModification (Maybe UTCTime) Source #

The time when the modification request was last updated.

reservedInstancesModification_createDate :: Lens' ReservedInstancesModification (Maybe UTCTime) Source #

The time when the modification request was created.

ReservedInstancesModificationResult

reservedInstancesModificationResult_reservedInstancesId :: Lens' ReservedInstancesModificationResult (Maybe Text) Source #

The ID for the Reserved Instances that were created as part of the modification request. This field is only available when the modification is fulfilled.

reservedInstancesModificationResult_targetConfiguration :: Lens' ReservedInstancesModificationResult (Maybe ReservedInstancesConfiguration) Source #

The target Reserved Instances configurations supplied as part of the modification request.

ReservedInstancesOffering

reservedInstancesOffering_marketplace :: Lens' ReservedInstancesOffering (Maybe Bool) Source #

Indicates whether the offering is available through the Reserved Instance Marketplace (resale) or Amazon Web Services. If it's a Reserved Instance Marketplace offering, this is true.

reservedInstancesOffering_currencyCode :: Lens' ReservedInstancesOffering (Maybe CurrencyCodeValues) Source #

The currency of the Reserved Instance offering you are purchasing. It's specified using ISO 4217 standard currency codes. At this time, the only supported currency is USD.

reservedInstancesOffering_instanceType :: Lens' ReservedInstancesOffering (Maybe InstanceType) Source #

The instance type on which the Reserved Instance can be used.

reservedInstancesOffering_availabilityZone :: Lens' ReservedInstancesOffering (Maybe Text) Source #

The Availability Zone in which the Reserved Instance can be used.

reservedInstancesOffering_pricingDetails :: Lens' ReservedInstancesOffering (Maybe [PricingDetail]) Source #

The pricing details of the Reserved Instance offering.

reservedInstancesOffering_scope :: Lens' ReservedInstancesOffering (Maybe Scope) Source #

Whether the Reserved Instance is applied to instances in a Region or an Availability Zone.

reservedInstancesOffering_usagePrice :: Lens' ReservedInstancesOffering (Maybe Double) Source #

The usage price of the Reserved Instance, per hour.

reservedInstancesOffering_reservedInstancesOfferingId :: Lens' ReservedInstancesOffering (Maybe Text) Source #

The ID of the Reserved Instance offering. This is the offering ID used in GetReservedInstancesExchangeQuote to confirm that an exchange can be made.

reservedInstancesOffering_offeringClass :: Lens' ReservedInstancesOffering (Maybe OfferingClassType) Source #

If convertible it can be exchanged for Reserved Instances of the same or higher monetary value, with different configurations. If standard, it is not possible to perform an exchange.

reservedInstancesOffering_duration :: Lens' ReservedInstancesOffering (Maybe Integer) Source #

The duration of the Reserved Instance, in seconds.

ResponseError

responseError_message :: Lens' ResponseError (Maybe Text) Source #

The error message, if applicable.

ResponseLaunchTemplateData

responseLaunchTemplateData_disableApiTermination :: Lens' ResponseLaunchTemplateData (Maybe Bool) Source #

If set to true, indicates that the instance cannot be terminated using the Amazon EC2 console, command line tool, or API.

responseLaunchTemplateData_enclaveOptions :: Lens' ResponseLaunchTemplateData (Maybe LaunchTemplateEnclaveOptions) Source #

Indicates whether the instance is enabled for Amazon Web Services Nitro Enclaves.

responseLaunchTemplateData_cpuOptions :: Lens' ResponseLaunchTemplateData (Maybe LaunchTemplateCpuOptions) Source #

The CPU options for the instance. For more information, see Optimizing CPU options in the Amazon Elastic Compute Cloud User Guide.

responseLaunchTemplateData_ebsOptimized :: Lens' ResponseLaunchTemplateData (Maybe Bool) Source #

Indicates whether the instance is optimized for Amazon EBS I/O.

responseLaunchTemplateData_hibernationOptions :: Lens' ResponseLaunchTemplateData (Maybe LaunchTemplateHibernationOptions) Source #

Indicates whether an instance is configured for hibernation. For more information, see Hibernate your instance in the Amazon Elastic Compute Cloud User Guide.

responseLaunchTemplateData_imageId :: Lens' ResponseLaunchTemplateData (Maybe Text) Source #

The ID of the AMI that was used to launch the instance.

responseLaunchTemplateData_instanceInitiatedShutdownBehavior :: Lens' ResponseLaunchTemplateData (Maybe ShutdownBehavior) Source #

Indicates whether an instance stops or terminates when you initiate shutdown from the instance (using the operating system command for system shutdown).

responseLaunchTemplateData_metadataOptions :: Lens' ResponseLaunchTemplateData (Maybe LaunchTemplateInstanceMetadataOptions) Source #

The metadata options for the instance. For more information, see Instance metadata and user data in the Amazon Elastic Compute Cloud User Guide.

Route

route_vpcPeeringConnectionId :: Lens' Route (Maybe Text) Source #

The ID of a VPC peering connection.

route_instanceId :: Lens' Route (Maybe Text) Source #

The ID of a NAT instance in your VPC.

route_origin :: Lens' Route (Maybe RouteOrigin) Source #

Describes how the route was created.

  • CreateRouteTable - The route was automatically created when the route table was created.
  • CreateRoute - The route was manually added to the route table.
  • EnableVgwRoutePropagation - The route was propagated by route propagation.

route_state :: Lens' Route (Maybe RouteState) Source #

The state of the route. The blackhole state indicates that the route's target isn't available (for example, the specified gateway isn't attached to the VPC, or the specified NAT instance has been terminated).

route_egressOnlyInternetGatewayId :: Lens' Route (Maybe Text) Source #

The ID of the egress-only internet gateway.

route_destinationIpv6CidrBlock :: Lens' Route (Maybe Text) Source #

The IPv6 CIDR block used for the destination match.

route_localGatewayId :: Lens' Route (Maybe Text) Source #

The ID of the local gateway.

route_natGatewayId :: Lens' Route (Maybe Text) Source #

The ID of a NAT gateway.

route_networkInterfaceId :: Lens' Route (Maybe Text) Source #

The ID of the network interface.

route_transitGatewayId :: Lens' Route (Maybe Text) Source #

The ID of a transit gateway.

route_gatewayId :: Lens' Route (Maybe Text) Source #

The ID of a gateway attached to your VPC.

route_instanceOwnerId :: Lens' Route (Maybe Text) Source #

The ID of Amazon Web Services account that owns the instance.

route_destinationPrefixListId :: Lens' Route (Maybe Text) Source #

The prefix of the Amazon Web Service.

route_carrierGatewayId :: Lens' Route (Maybe Text) Source #

The ID of the carrier gateway.

route_destinationCidrBlock :: Lens' Route (Maybe Text) Source #

The IPv4 CIDR block used for the destination match.

RouteTable

routeTable_routeTableId :: Lens' RouteTable (Maybe Text) Source #

The ID of the route table.

routeTable_routes :: Lens' RouteTable (Maybe [Route]) Source #

The routes in the route table.

routeTable_propagatingVgws :: Lens' RouteTable (Maybe [PropagatingVgw]) Source #

Any virtual private gateway (VGW) propagating routes.

routeTable_ownerId :: Lens' RouteTable (Maybe Text) Source #

The ID of the Amazon Web Services account that owns the route table.

routeTable_associations :: Lens' RouteTable (Maybe [RouteTableAssociation]) Source #

The associations between the route table and one or more subnets or a gateway.

routeTable_tags :: Lens' RouteTable (Maybe [Tag]) Source #

Any tags assigned to the route table.

RouteTableAssociation

routeTableAssociation_main :: Lens' RouteTableAssociation (Maybe Bool) Source #

Indicates whether this is the main route table.

routeTableAssociation_subnetId :: Lens' RouteTableAssociation (Maybe Text) Source #

The ID of the subnet. A subnet ID is not returned for an implicit association.

routeTableAssociation_gatewayId :: Lens' RouteTableAssociation (Maybe Text) Source #

The ID of the internet gateway or virtual private gateway.

RouteTableAssociationState

RunInstancesMonitoringEnabled

runInstancesMonitoringEnabled_enabled :: Lens' RunInstancesMonitoringEnabled Bool Source #

Indicates whether detailed monitoring is enabled. Otherwise, basic monitoring is enabled.

S3ObjectTag

s3ObjectTag_value :: Lens' S3ObjectTag (Maybe Text) Source #

The value of the tag.

Constraints: Tag values are case-sensitive and can be up to 256 Unicode characters in length.

s3ObjectTag_key :: Lens' S3ObjectTag (Maybe Text) Source #

The key of the tag.

Constraints: Tag keys are case-sensitive and can be up to 128 Unicode characters in length. May not begin with aws:.

S3Storage

s3Storage_prefix :: Lens' S3Storage (Maybe Text) Source #

The beginning of the file name of the AMI.

s3Storage_uploadPolicy :: Lens' S3Storage (Maybe ByteString) Source #

An Amazon S3 upload policy that gives Amazon EC2 permission to upload items into Amazon S3 on your behalf.-- -- Note: This Lens automatically encodes and decodes Base64 data. -- The underlying isomorphism will encode to Base64 representation during -- serialisation, and decode from Base64 representation during deserialisation. -- This Lens accepts and returns only raw unencoded data.

s3Storage_bucket :: Lens' S3Storage (Maybe Text) Source #

The bucket in which to store the AMI. You can specify a bucket that you already own or a new bucket that Amazon EC2 creates on your behalf. If you specify a bucket that belongs to someone else, Amazon EC2 returns an error.

s3Storage_uploadPolicySignature :: Lens' S3Storage (Maybe Text) Source #

The signature of the JSON document.

s3Storage_aWSAccessKeyId :: Lens' S3Storage (Maybe Text) Source #

The access key ID of the owner of the bucket. Before you specify a value for your access key ID, review and follow the guidance in Best Practices for Managing Amazon Web Services Access Keys.

ScheduledInstance

scheduledInstance_previousSlotEndTime :: Lens' ScheduledInstance (Maybe UTCTime) Source #

The time that the previous schedule ended or will end.

scheduledInstance_platform :: Lens' ScheduledInstance (Maybe Text) Source #

The platform (Linux/UNIX or Windows).

scheduledInstance_termStartDate :: Lens' ScheduledInstance (Maybe UTCTime) Source #

The start date for the Scheduled Instance.

scheduledInstance_hourlyPrice :: Lens' ScheduledInstance (Maybe Text) Source #

The hourly price for a single instance.

scheduledInstance_createDate :: Lens' ScheduledInstance (Maybe UTCTime) Source #

The date when the Scheduled Instance was purchased.

scheduledInstance_totalScheduledInstanceHours :: Lens' ScheduledInstance (Maybe Int) Source #

The total number of hours for a single instance for the entire term.

scheduledInstance_termEndDate :: Lens' ScheduledInstance (Maybe UTCTime) Source #

The end date for the Scheduled Instance.

scheduledInstance_nextSlotStartTime :: Lens' ScheduledInstance (Maybe UTCTime) Source #

The time for the next schedule to start.

scheduledInstance_networkPlatform :: Lens' ScheduledInstance (Maybe Text) Source #

The network platform (EC2-Classic or EC2-VPC).

ScheduledInstanceAvailability

scheduledInstanceAvailability_purchaseToken :: Lens' ScheduledInstanceAvailability (Maybe Text) Source #

The purchase token. This token expires in two hours.

scheduledInstanceAvailability_totalScheduledInstanceHours :: Lens' ScheduledInstanceAvailability (Maybe Int) Source #

The total number of hours for a single instance for the entire term.

scheduledInstanceAvailability_instanceType :: Lens' ScheduledInstanceAvailability (Maybe Text) Source #

The instance type. You can specify one of the C3, C4, M4, or R3 instance types.

ScheduledInstanceRecurrence

scheduledInstanceRecurrence_occurrenceRelativeToEnd :: Lens' ScheduledInstanceRecurrence (Maybe Bool) Source #

Indicates whether the occurrence is relative to the end of the specified week or month.

scheduledInstanceRecurrence_occurrenceUnit :: Lens' ScheduledInstanceRecurrence (Maybe Text) Source #

The unit for occurrenceDaySet (DayOfWeek or DayOfMonth).

scheduledInstanceRecurrence_interval :: Lens' ScheduledInstanceRecurrence (Maybe Int) Source #

The interval quantity. The interval unit depends on the value of frequency. For example, every 2 weeks or every 2 months.

scheduledInstanceRecurrence_occurrenceDaySet :: Lens' ScheduledInstanceRecurrence (Maybe [Int]) Source #

The days. For a monthly schedule, this is one or more days of the month (1-31). For a weekly schedule, this is one or more days of the week (1-7, where 1 is Sunday).

ScheduledInstanceRecurrenceRequest

scheduledInstanceRecurrenceRequest_occurrenceRelativeToEnd :: Lens' ScheduledInstanceRecurrenceRequest (Maybe Bool) Source #

Indicates whether the occurrence is relative to the end of the specified week or month. You can't specify this value with a daily schedule.

scheduledInstanceRecurrenceRequest_occurrenceDays :: Lens' ScheduledInstanceRecurrenceRequest (Maybe [Int]) Source #

The days. For a monthly schedule, this is one or more days of the month (1-31). For a weekly schedule, this is one or more days of the week (1-7, where 1 is Sunday). You can't specify this value with a daily schedule. If the occurrence is relative to the end of the month, you can specify only a single day.

scheduledInstanceRecurrenceRequest_occurrenceUnit :: Lens' ScheduledInstanceRecurrenceRequest (Maybe Text) Source #

The unit for OccurrenceDays (DayOfWeek or DayOfMonth). This value is required for a monthly schedule. You can't specify DayOfWeek with a weekly schedule. You can't specify this value with a daily schedule.

scheduledInstanceRecurrenceRequest_interval :: Lens' ScheduledInstanceRecurrenceRequest (Maybe Int) Source #

The interval quantity. The interval unit depends on the value of Frequency. For example, every 2 weeks or every 2 months.

ScheduledInstancesBlockDeviceMapping

scheduledInstancesBlockDeviceMapping_virtualName :: Lens' ScheduledInstancesBlockDeviceMapping (Maybe Text) Source #

The virtual device name (ephemeralN). Instance store volumes are numbered starting from 0. An instance type with two available instance store volumes can specify mappings for ephemeral0 and ephemeral1. The number of available instance store volumes depends on the instance type. After you connect to the instance, you must mount the volume.

Constraints: For M3 instances, you must specify instance store volumes in the block device mapping for the instance. When you launch an M3 instance, we ignore any instance store volumes specified in the block device mapping for the AMI.

scheduledInstancesBlockDeviceMapping_noDevice :: Lens' ScheduledInstancesBlockDeviceMapping (Maybe Text) Source #

To omit the device from the block device mapping, specify an empty string.

scheduledInstancesBlockDeviceMapping_ebs :: Lens' ScheduledInstancesBlockDeviceMapping (Maybe ScheduledInstancesEbs) Source #

Parameters used to set up EBS volumes automatically when the instance is launched.

ScheduledInstancesEbs

scheduledInstancesEbs_deleteOnTermination :: Lens' ScheduledInstancesEbs (Maybe Bool) Source #

Indicates whether the volume is deleted on instance termination.

scheduledInstancesEbs_volumeSize :: Lens' ScheduledInstancesEbs (Maybe Int) Source #

The size of the volume, in GiB.

Default: If you're creating the volume from a snapshot and don't specify a volume size, the default is the snapshot size.

scheduledInstancesEbs_iops :: Lens' ScheduledInstancesEbs (Maybe Int) Source #

The number of I/O operations per second (IOPS) to provision for an io1 or io2 volume, with a maximum ratio of 50 IOPS/GiB for io1, and 500 IOPS/GiB for io2. Range is 100 to 64,000 IOPS for volumes in most Regions. Maximum IOPS of 64,000 is guaranteed only on instances built on the Nitro System. Other instance families guarantee performance up to 32,000 IOPS. For more information, see Amazon EBS volume types in the Amazon EC2 User Guide.

This parameter is valid only for Provisioned IOPS SSD (io1 and io2) volumes.

scheduledInstancesEbs_encrypted :: Lens' ScheduledInstancesEbs (Maybe Bool) Source #

Indicates whether the volume is encrypted. You can attached encrypted volumes only to instances that support them.

scheduledInstancesEbs_volumeType :: Lens' ScheduledInstancesEbs (Maybe Text) Source #

The volume type. gp2 for General Purpose SSD, io1 or io2 for Provisioned IOPS SSD, Throughput Optimized HDD for st1, Cold HDD for sc1, or standard for Magnetic.

Default: gp2

ScheduledInstancesIamInstanceProfile

ScheduledInstancesIpv6Address

ScheduledInstancesLaunchSpecification

scheduledInstancesLaunchSpecification_ebsOptimized :: Lens' ScheduledInstancesLaunchSpecification (Maybe Bool) Source #

Indicates whether the instances are optimized for EBS I/O. This optimization provides dedicated throughput to Amazon EBS and an optimized configuration stack to provide optimal EBS I/O performance. This optimization isn't available with all instance types. Additional usage charges apply when using an EBS-optimized instance.

Default: false

ScheduledInstancesMonitoring

ScheduledInstancesNetworkInterface

scheduledInstancesNetworkInterface_deleteOnTermination :: Lens' ScheduledInstancesNetworkInterface (Maybe Bool) Source #

Indicates whether to delete the interface when the instance is terminated.

scheduledInstancesNetworkInterface_associatePublicIpAddress :: Lens' ScheduledInstancesNetworkInterface (Maybe Bool) Source #

Indicates whether to assign a public IPv4 address to instances launched in a VPC. The public IPv4 address can only be assigned to a network interface for eth0, and can only be assigned to a new network interface, not an existing one. You cannot specify more than one network interface in the request. If launching into a default subnet, the default value is true.

scheduledInstancesNetworkInterface_ipv6AddressCount :: Lens' ScheduledInstancesNetworkInterface (Maybe Int) Source #

The number of IPv6 addresses to assign to the network interface. The IPv6 addresses are automatically selected from the subnet range.

scheduledInstancesNetworkInterface_privateIpAddress :: Lens' ScheduledInstancesNetworkInterface (Maybe Text) Source #

The IPv4 address of the network interface within the subnet.

scheduledInstancesNetworkInterface_deviceIndex :: Lens' ScheduledInstancesNetworkInterface (Maybe Int) Source #

The index of the device for the network interface attachment.

ScheduledInstancesPlacement

ScheduledInstancesPrivateIpAddressConfig

scheduledInstancesPrivateIpAddressConfig_primary :: Lens' ScheduledInstancesPrivateIpAddressConfig (Maybe Bool) Source #

Indicates whether this is a primary IPv4 address. Otherwise, this is a secondary IPv4 address.

SecurityGroup

securityGroup_vpcId :: Lens' SecurityGroup (Maybe Text) Source #

VPC only
The ID of the VPC for the security group.

securityGroup_ipPermissions :: Lens' SecurityGroup (Maybe [IpPermission]) Source #

The inbound rules associated with the security group.

securityGroup_ipPermissionsEgress :: Lens' SecurityGroup (Maybe [IpPermission]) Source #

VPC only
The outbound rules associated with the security group.

securityGroup_tags :: Lens' SecurityGroup (Maybe [Tag]) Source #

Any tags assigned to the security group.

securityGroup_ownerId :: Lens' SecurityGroup Text Source #

The Amazon Web Services account ID of the owner of the security group.

securityGroup_groupId :: Lens' SecurityGroup Text Source #

The ID of the security group.

securityGroup_groupName :: Lens' SecurityGroup Text Source #

The name of the security group.

securityGroup_description :: Lens' SecurityGroup Text Source #

A description of the security group.

SecurityGroupIdentifier

SecurityGroupReference

securityGroupReference_referencingVpcId :: Lens' SecurityGroupReference (Maybe Text) Source #

The ID of the VPC with the referencing security group.

SecurityGroupRule

securityGroupRule_isEgress :: Lens' SecurityGroupRule (Maybe Bool) Source #

Indicates whether the security group rule is an outbound rule.

securityGroupRule_fromPort :: Lens' SecurityGroupRule (Maybe Int) Source #

The start of port range for the TCP and UDP protocols, or an ICMP/ICMPv6 type. A value of -1 indicates all ICMP/ICMPv6 types. If you specify all ICMP/ICMPv6 types, you must specify all codes.

securityGroupRule_groupOwnerId :: Lens' SecurityGroupRule (Maybe Text) Source #

The ID of the Amazon Web Services account that owns the security group.

securityGroupRule_referencedGroupInfo :: Lens' SecurityGroupRule (Maybe ReferencedSecurityGroup) Source #

Describes the security group that is referenced in the rule.

securityGroupRule_ipProtocol :: Lens' SecurityGroupRule (Maybe Text) Source #

The IP protocol name (tcp, udp, icmp, icmpv6) or number (see Protocol Numbers).

Use -1 to specify all protocols.

securityGroupRule_toPort :: Lens' SecurityGroupRule (Maybe Int) Source #

The end of port range for the TCP and UDP protocols, or an ICMP/ICMPv6 code. A value of -1 indicates all ICMP/ICMPv6 codes. If you specify all ICMP/ICMPv6 types, you must specify all codes.

securityGroupRule_description :: Lens' SecurityGroupRule (Maybe Text) Source #

The security group rule description.

securityGroupRule_tags :: Lens' SecurityGroupRule (Maybe [Tag]) Source #

The tags applied to the security group rule.

SecurityGroupRuleDescription

SecurityGroupRuleRequest

securityGroupRuleRequest_cidrIpv4 :: Lens' SecurityGroupRuleRequest (Maybe Text) Source #

The IPv4 CIDR range. To specify a single IPv4 address, use the /32 prefix length.

securityGroupRuleRequest_fromPort :: Lens' SecurityGroupRuleRequest (Maybe Int) Source #

The start of port range for the TCP and UDP protocols, or an ICMP/ICMPv6 type. A value of -1 indicates all ICMP/ICMPv6 types. If you specify all ICMP/ICMPv6 types, you must specify all codes.

securityGroupRuleRequest_referencedGroupId :: Lens' SecurityGroupRuleRequest (Maybe Text) Source #

The ID of the security group that is referenced in the security group rule.

securityGroupRuleRequest_ipProtocol :: Lens' SecurityGroupRuleRequest (Maybe Text) Source #

The IP protocol name (tcp, udp, icmp, icmpv6) or number (see Protocol Numbers).

Use -1 to specify all protocols.

securityGroupRuleRequest_toPort :: Lens' SecurityGroupRuleRequest (Maybe Int) Source #

The end of port range for the TCP and UDP protocols, or an ICMP/ICMPv6 code. A value of -1 indicates all ICMP/ICMPv6 codes. If you specify all ICMP/ICMPv6 types, you must specify all codes.

securityGroupRuleRequest_cidrIpv6 :: Lens' SecurityGroupRuleRequest (Maybe Text) Source #

The IPv6 CIDR range. To specify a single IPv6 address, use the /128 prefix length.

securityGroupRuleRequest_description :: Lens' SecurityGroupRuleRequest (Maybe Text) Source #

The description of the security group rule.

SecurityGroupRuleUpdate

ServiceConfiguration

serviceConfiguration_networkLoadBalancerArns :: Lens' ServiceConfiguration (Maybe [Text]) Source #

The Amazon Resource Names (ARNs) of the Network Load Balancers for the service.

serviceConfiguration_availabilityZones :: Lens' ServiceConfiguration (Maybe [Text]) Source #

The Availability Zones in which the service is available.

serviceConfiguration_gatewayLoadBalancerArns :: Lens' ServiceConfiguration (Maybe [Text]) Source #

The Amazon Resource Names (ARNs) of the Gateway Load Balancers for the service.

serviceConfiguration_managesVpcEndpoints :: Lens' ServiceConfiguration (Maybe Bool) Source #

Indicates whether the service manages its VPC endpoints. Management of the service VPC endpoints using the VPC endpoint API is restricted.

serviceConfiguration_acceptanceRequired :: Lens' ServiceConfiguration (Maybe Bool) Source #

Indicates whether requests from other Amazon Web Services accounts to create an endpoint to the service must first be accepted.

serviceConfiguration_privateDnsNameConfiguration :: Lens' ServiceConfiguration (Maybe PrivateDnsNameConfiguration) Source #

Information about the endpoint service private DNS name configuration.

serviceConfiguration_tags :: Lens' ServiceConfiguration (Maybe [Tag]) Source #

Any tags assigned to the service.

ServiceDetail

serviceDetail_privateDnsNameVerificationState :: Lens' ServiceDetail (Maybe DnsNameState) Source #

The verification state of the VPC endpoint service.

Consumers of the endpoint service cannot use the private name when the state is not verified.

serviceDetail_vpcEndpointPolicySupported :: Lens' ServiceDetail (Maybe Bool) Source #

Indicates whether the service supports endpoint policies.

serviceDetail_owner :: Lens' ServiceDetail (Maybe Text) Source #

The Amazon Web Services account ID of the service owner.

serviceDetail_availabilityZones :: Lens' ServiceDetail (Maybe [Text]) Source #

The Availability Zones in which the service is available.

serviceDetail_managesVpcEndpoints :: Lens' ServiceDetail (Maybe Bool) Source #

Indicates whether the service manages its VPC endpoints. Management of the service VPC endpoints using the VPC endpoint API is restricted.

serviceDetail_serviceName :: Lens' ServiceDetail (Maybe Text) Source #

The Amazon Resource Name (ARN) of the service.

serviceDetail_acceptanceRequired :: Lens' ServiceDetail (Maybe Bool) Source #

Indicates whether VPC endpoint connection requests to the service must be accepted by the service owner.

serviceDetail_privateDnsNames :: Lens' ServiceDetail (Maybe [PrivateDnsDetails]) Source #

The private DNS names assigned to the VPC endpoint service.

serviceDetail_serviceId :: Lens' ServiceDetail (Maybe Text) Source #

The ID of the endpoint service.

serviceDetail_privateDnsName :: Lens' ServiceDetail (Maybe Text) Source #

The private DNS name for the service.

serviceDetail_tags :: Lens' ServiceDetail (Maybe [Tag]) Source #

Any tags assigned to the service.

ServiceTypeDetail

SlotDateTimeRangeRequest

slotDateTimeRangeRequest_earliestTime :: Lens' SlotDateTimeRangeRequest UTCTime Source #

The earliest date and time, in UTC, for the Scheduled Instance to start.

slotDateTimeRangeRequest_latestTime :: Lens' SlotDateTimeRangeRequest UTCTime Source #

The latest date and time, in UTC, for the Scheduled Instance to start. This value must be later than or equal to the earliest date and at most three months in the future.

SlotStartTimeRangeRequest

slotStartTimeRangeRequest_latestTime :: Lens' SlotStartTimeRangeRequest (Maybe UTCTime) Source #

The latest date and time, in UTC, for the Scheduled Instance to start.

slotStartTimeRangeRequest_earliestTime :: Lens' SlotStartTimeRangeRequest (Maybe UTCTime) Source #

The earliest date and time, in UTC, for the Scheduled Instance to start.

Snapshot

snapshot_stateMessage :: Lens' Snapshot (Maybe Text) Source #

Encrypted Amazon EBS snapshots are copied asynchronously. If a snapshot copy operation fails (for example, if the proper Key Management Service (KMS) permissions are not obtained) this field displays error state details to help you diagnose why the error occurred. This parameter is only returned by DescribeSnapshots.

snapshot_ownerAlias :: Lens' Snapshot (Maybe Text) Source #

The Amazon Web Services owner alias, from an Amazon-maintained list (amazon). This is not the user-configured Amazon Web Services account alias set using the IAM console.

snapshot_dataEncryptionKeyId :: Lens' Snapshot (Maybe Text) Source #

The data encryption key identifier for the snapshot. This value is a unique identifier that corresponds to the data encryption key that was used to encrypt the original volume or snapshot copy. Because data encryption keys are inherited by volumes created from snapshots, and vice versa, if snapshots share the same data encryption key identifier, then they belong to the same volume/snapshot lineage. This parameter is only returned by DescribeSnapshots.

snapshot_outpostArn :: Lens' Snapshot (Maybe Text) Source #

The ARN of the Outpost on which the snapshot is stored. For more information, see Amazon EBS local snapshots on Outposts in the Amazon Elastic Compute Cloud User Guide.

snapshot_kmsKeyId :: Lens' Snapshot (Maybe Text) Source #

The Amazon Resource Name (ARN) of the Key Management Service (KMS) KMS key that was used to protect the volume encryption key for the parent volume.

snapshot_tags :: Lens' Snapshot (Maybe [Tag]) Source #

Any tags assigned to the snapshot.

snapshot_snapshotId :: Lens' Snapshot Text Source #

The ID of the snapshot. Each snapshot receives a unique identifier when it is created.

snapshot_ownerId :: Lens' Snapshot Text Source #

The ID of the Amazon Web Services account that owns the EBS snapshot.

snapshot_volumeId :: Lens' Snapshot Text Source #

The ID of the volume that was used to create the snapshot. Snapshots created by the CopySnapshot action have an arbitrary volume ID that should not be used for any purpose.

snapshot_volumeSize :: Lens' Snapshot Int Source #

The size of the volume, in GiB.

snapshot_description :: Lens' Snapshot Text Source #

The description for the snapshot.

snapshot_startTime :: Lens' Snapshot UTCTime Source #

The time stamp when the snapshot was initiated.

snapshot_progress :: Lens' Snapshot Text Source #

The progress of the snapshot, as a percentage.

snapshot_encrypted :: Lens' Snapshot Bool Source #

Indicates whether the snapshot is encrypted.

SnapshotDetail

snapshotDetail_status :: Lens' SnapshotDetail (Maybe Text) Source #

A brief status of the snapshot creation.

snapshotDetail_progress :: Lens' SnapshotDetail (Maybe Text) Source #

The percentage of progress for the task.

snapshotDetail_format :: Lens' SnapshotDetail (Maybe Text) Source #

The format of the disk image from which the snapshot is created.

snapshotDetail_url :: Lens' SnapshotDetail (Maybe Text) Source #

The URL used to access the disk image.

snapshotDetail_deviceName :: Lens' SnapshotDetail (Maybe Text) Source #

The block device mapping for the snapshot.

snapshotDetail_statusMessage :: Lens' SnapshotDetail (Maybe Text) Source #

A detailed status message for the snapshot creation.

snapshotDetail_userBucket :: Lens' SnapshotDetail (Maybe UserBucketDetails) Source #

The Amazon S3 bucket for the disk image.

snapshotDetail_diskImageSize :: Lens' SnapshotDetail (Maybe Double) Source #

The size of the disk in the snapshot, in GiB.

snapshotDetail_description :: Lens' SnapshotDetail (Maybe Text) Source #

A description for the snapshot.

snapshotDetail_snapshotId :: Lens' SnapshotDetail (Maybe Text) Source #

The snapshot ID of the disk being imported.

SnapshotDiskContainer

snapshotDiskContainer_format :: Lens' SnapshotDiskContainer (Maybe Text) Source #

The format of the disk image being imported.

Valid values: VHD | VMDK | RAW

snapshotDiskContainer_url :: Lens' SnapshotDiskContainer (Maybe Text) Source #

The URL to the Amazon S3-based disk image being imported. It can either be a https URL (https://..) or an Amazon S3 URL (s3://..).

snapshotDiskContainer_description :: Lens' SnapshotDiskContainer (Maybe Text) Source #

The description of the disk image being imported.

SnapshotInfo

snapshotInfo_state :: Lens' SnapshotInfo (Maybe SnapshotState) Source #

Current state of the snapshot.

snapshotInfo_progress :: Lens' SnapshotInfo (Maybe Text) Source #

Progress this snapshot has made towards completing.

snapshotInfo_startTime :: Lens' SnapshotInfo (Maybe UTCTime) Source #

Time this snapshot was started. This is the same for all snapshots initiated by the same request.

snapshotInfo_volumeSize :: Lens' SnapshotInfo (Maybe Int) Source #

Size of the volume from which this snapshot was created.

snapshotInfo_outpostArn :: Lens' SnapshotInfo (Maybe Text) Source #

The ARN of the Outpost on which the snapshot is stored. For more information, see Amazon EBS local snapshots on Outposts in the Amazon Elastic Compute Cloud User Guide.

snapshotInfo_encrypted :: Lens' SnapshotInfo (Maybe Bool) Source #

Indicates whether the snapshot is encrypted.

snapshotInfo_ownerId :: Lens' SnapshotInfo (Maybe Text) Source #

Account id used when creating this snapshot.

snapshotInfo_volumeId :: Lens' SnapshotInfo (Maybe Text) Source #

Source volume from which this snapshot was created.

snapshotInfo_description :: Lens' SnapshotInfo (Maybe Text) Source #

Description specified by the CreateSnapshotRequest that has been applied to all snapshots.

snapshotInfo_tags :: Lens' SnapshotInfo (Maybe [Tag]) Source #

Tags associated with this snapshot.

snapshotInfo_snapshotId :: Lens' SnapshotInfo (Maybe Text) Source #

Snapshot id that can be used to describe this snapshot.

SnapshotTaskDetail

snapshotTaskDetail_status :: Lens' SnapshotTaskDetail (Maybe Text) Source #

A brief status for the import snapshot task.

snapshotTaskDetail_progress :: Lens' SnapshotTaskDetail (Maybe Text) Source #

The percentage of completion for the import snapshot task.

snapshotTaskDetail_format :: Lens' SnapshotTaskDetail (Maybe Text) Source #

The format of the disk image from which the snapshot is created.

snapshotTaskDetail_url :: Lens' SnapshotTaskDetail (Maybe Text) Source #

The URL of the disk image from which the snapshot is created.

snapshotTaskDetail_encrypted :: Lens' SnapshotTaskDetail (Maybe Bool) Source #

Indicates whether the snapshot is encrypted.

snapshotTaskDetail_kmsKeyId :: Lens' SnapshotTaskDetail (Maybe Text) Source #

The identifier for the KMS key that was used to create the encrypted snapshot.

snapshotTaskDetail_statusMessage :: Lens' SnapshotTaskDetail (Maybe Text) Source #

A detailed status message for the import snapshot task.

snapshotTaskDetail_diskImageSize :: Lens' SnapshotTaskDetail (Maybe Double) Source #

The size of the disk in the snapshot, in GiB.

snapshotTaskDetail_snapshotId :: Lens' SnapshotTaskDetail (Maybe Text) Source #

The snapshot ID of the disk being imported.

SpotCapacityRebalance

spotCapacityRebalance_replacementStrategy :: Lens' SpotCapacityRebalance (Maybe ReplacementStrategy) Source #

The replacement strategy to use. Only available for fleets of type maintain. You must specify a value, otherwise you get an error.

To allow Spot Fleet to launch a replacement Spot Instance when an instance rebalance notification is emitted for a Spot Instance in the fleet, specify launch.

When a replacement instance is launched, the instance marked for rebalance is not automatically terminated. You can terminate it, or you can leave it running. You are charged for all instances while they are running.

SpotDatafeedSubscription

spotDatafeedSubscription_state :: Lens' SpotDatafeedSubscription (Maybe DatafeedSubscriptionState) Source #

The state of the Spot Instance data feed subscription.

spotDatafeedSubscription_bucket :: Lens' SpotDatafeedSubscription (Maybe Text) Source #

The name of the Amazon S3 bucket where the Spot Instance data feed is located.

spotDatafeedSubscription_ownerId :: Lens' SpotDatafeedSubscription (Maybe Text) Source #

The Amazon Web Services account ID of the account.

spotDatafeedSubscription_fault :: Lens' SpotDatafeedSubscription (Maybe SpotInstanceStateFault) Source #

The fault codes for the Spot Instance request, if any.

SpotFleetLaunchSpecification

spotFleetLaunchSpecification_securityGroups :: Lens' SpotFleetLaunchSpecification (Maybe [GroupIdentifier]) Source #

One or more security groups. When requesting instances in a VPC, you must specify the IDs of the security groups. When requesting instances in EC2-Classic, you can specify the names or the IDs of the security groups.

spotFleetLaunchSpecification_spotPrice :: Lens' SpotFleetLaunchSpecification (Maybe Text) Source #

The maximum price per unit hour that you are willing to pay for a Spot Instance. If this value is not specified, the default is the Spot price specified for the fleet. To determine the Spot price per unit hour, divide the Spot price by the value of WeightedCapacity.

spotFleetLaunchSpecification_weightedCapacity :: Lens' SpotFleetLaunchSpecification (Maybe Double) Source #

The number of units provided by the specified instance type. These are the same units that you chose to set the target capacity in terms of instances, or a performance characteristic such as vCPUs, memory, or I/O.

If the target capacity divided by this value is not a whole number, Amazon EC2 rounds the number of instances to the next whole number. If this value is not specified, the default is 1.

spotFleetLaunchSpecification_networkInterfaces :: Lens' SpotFleetLaunchSpecification (Maybe [InstanceNetworkInterfaceSpecification]) Source #

One or more network interfaces. If you specify a network interface, you must specify subnet IDs and security group IDs using the network interface.

SpotFleetLaunchSpecification currently does not support Elastic Fabric Adapter (EFA). To specify an EFA, you must use LaunchTemplateConfig.

spotFleetLaunchSpecification_ramdiskId :: Lens' SpotFleetLaunchSpecification (Maybe Text) Source #

The ID of the RAM disk. Some kernels require additional drivers at launch. Check the kernel requirements for information about whether you need to specify a RAM disk. To find kernel requirements, refer to the Amazon Web Services Resource Center and search for the kernel ID.

spotFleetLaunchSpecification_subnetId :: Lens' SpotFleetLaunchSpecification (Maybe Text) Source #

The IDs of the subnets in which to launch the instances. To specify multiple subnets, separate them using commas; for example, "subnet-1234abcdeexample1, subnet-0987cdef6example2".

spotFleetLaunchSpecification_ebsOptimized :: Lens' SpotFleetLaunchSpecification (Maybe Bool) Source #

Indicates whether the instances are optimized for EBS I/O. This optimization provides dedicated throughput to Amazon EBS and an optimized configuration stack to provide optimal EBS I/O performance. This optimization isn't available with all instance types. Additional usage charges apply when using an EBS Optimized instance.

Default: false

spotFleetLaunchSpecification_userData :: Lens' SpotFleetLaunchSpecification (Maybe Text) Source #

The Base64-encoded user data that instances use when starting up.

spotFleetLaunchSpecification_blockDeviceMappings :: Lens' SpotFleetLaunchSpecification (Maybe [BlockDeviceMapping]) Source #

One or more block devices that are mapped to the Spot Instances. You can't specify both a snapshot ID and an encryption value. This is because only blank volumes can be encrypted on creation. If a snapshot is the basis for a volume, it is not blank and its encryption status is used for the volume encryption status.

SpotFleetMonitoring

spotFleetMonitoring_enabled :: Lens' SpotFleetMonitoring (Maybe Bool) Source #

Enables monitoring for the instance.

Default: false

SpotFleetRequestConfig

spotFleetRequestConfig_createTime :: Lens' SpotFleetRequestConfig (Maybe UTCTime) Source #

The creation date and time of the request.

spotFleetRequestConfig_tags :: Lens' SpotFleetRequestConfig (Maybe [Tag]) Source #

The tags for a Spot Fleet resource.

spotFleetRequestConfig_activityStatus :: Lens' SpotFleetRequestConfig (Maybe ActivityStatus) Source #

The progress of the Spot Fleet request. If there is an error, the status is error. After all requests are placed, the status is pending_fulfillment. If the size of the fleet is equal to or greater than its target capacity, the status is fulfilled. If the size of the fleet is decreased, the status is pending_termination while Spot Instances are terminating.

SpotFleetRequestConfigData

spotFleetRequestConfigData_clientToken :: Lens' SpotFleetRequestConfigData (Maybe Text) Source #

A unique, case-sensitive identifier that you provide to ensure the idempotency of your listings. This helps to avoid duplicate listings. For more information, see Ensuring Idempotency.

spotFleetRequestConfigData_instanceInterruptionBehavior :: Lens' SpotFleetRequestConfigData (Maybe InstanceInterruptionBehavior) Source #

The behavior when a Spot Instance is interrupted. The default is terminate.

spotFleetRequestConfigData_onDemandMaxTotalPrice :: Lens' SpotFleetRequestConfigData (Maybe Text) Source #

The maximum amount per hour for On-Demand Instances that you're willing to pay. You can use the onDemandMaxTotalPrice parameter, the spotMaxTotalPrice parameter, or both parameters to ensure that your fleet cost does not exceed your budget. If you set a maximum price per hour for the On-Demand Instances and Spot Instances in your request, Spot Fleet will launch instances until it reaches the maximum amount you're willing to pay. When the maximum amount you're willing to pay is reached, the fleet stops launching instances even if it hasn’t met the target capacity.

spotFleetRequestConfigData_spotPrice :: Lens' SpotFleetRequestConfigData (Maybe Text) Source #

The maximum price per unit hour that you are willing to pay for a Spot Instance. The default is the On-Demand price.

spotFleetRequestConfigData_spotMaintenanceStrategies :: Lens' SpotFleetRequestConfigData (Maybe SpotMaintenanceStrategies) Source #

The strategies for managing your Spot Instances that are at an elevated risk of being interrupted.

spotFleetRequestConfigData_loadBalancersConfig :: Lens' SpotFleetRequestConfigData (Maybe LoadBalancersConfig) Source #

One or more Classic Load Balancers and target groups to attach to the Spot Fleet request. Spot Fleet registers the running Spot Instances with the specified Classic Load Balancers and target groups.

With Network Load Balancers, Spot Fleet cannot register instances that have the following instance types: C1, CC1, CC2, CG1, CG2, CR1, CS1, G1, G2, HI1, HS1, M1, M2, M3, and T1.

spotFleetRequestConfigData_excessCapacityTerminationPolicy :: Lens' SpotFleetRequestConfigData (Maybe ExcessCapacityTerminationPolicy) Source #

Indicates whether running Spot Instances should be terminated if you decrease the target capacity of the Spot Fleet request below the current size of the Spot Fleet.

spotFleetRequestConfigData_onDemandTargetCapacity :: Lens' SpotFleetRequestConfigData (Maybe Int) Source #

The number of On-Demand units to request. You can choose to set the target capacity in terms of instances or a performance characteristic that is important to your application workload, such as vCPUs, memory, or I/O. If the request type is maintain, you can specify a target capacity of 0 and add capacity later.

spotFleetRequestConfigData_launchTemplateConfigs :: Lens' SpotFleetRequestConfigData (Maybe [LaunchTemplateConfig]) Source #

The launch template and overrides. If you specify LaunchTemplateConfigs, you can't specify LaunchSpecifications. If you include On-Demand capacity in your request, you must use LaunchTemplateConfigs.

spotFleetRequestConfigData_tagSpecifications :: Lens' SpotFleetRequestConfigData (Maybe [TagSpecification]) Source #

The key-value pair for tagging the Spot Fleet request on creation. The value for ResourceType must be spot-fleet-request, otherwise the Spot Fleet request fails. To tag instances at launch, specify the tags in the launch template (valid only if you use LaunchTemplateConfigs) or in the SpotFleetTagSpecification (valid only if you use LaunchSpecifications). For information about tagging after launch, see Tagging Your Resources.

spotFleetRequestConfigData_validUntil :: Lens' SpotFleetRequestConfigData (Maybe UTCTime) Source #

The end date and time of the request, in UTC format (YYYY-MM-DDTHH:MM:SSZ). After the end date and time, no new Spot Instance requests are placed or able to fulfill the request. If no value is specified, the Spot Fleet request remains until you cancel it.

spotFleetRequestConfigData_terminateInstancesWithExpiration :: Lens' SpotFleetRequestConfigData (Maybe Bool) Source #

Indicates whether running Spot Instances are terminated when the Spot Fleet request expires.

spotFleetRequestConfigData_onDemandAllocationStrategy :: Lens' SpotFleetRequestConfigData (Maybe OnDemandAllocationStrategy) Source #

The order of the launch template overrides to use in fulfilling On-Demand capacity. If you specify lowestPrice, Spot Fleet uses price to determine the order, launching the lowest price first. If you specify prioritized, Spot Fleet uses the priority that you assign to each Spot Fleet launch template override, launching the highest priority first. If you do not specify a value, Spot Fleet defaults to lowestPrice.

spotFleetRequestConfigData_instancePoolsToUseCount :: Lens' SpotFleetRequestConfigData (Maybe Int) Source #

The number of Spot pools across which to allocate your target Spot capacity. Valid only when Spot AllocationStrategy is set to lowest-price. Spot Fleet selects the cheapest Spot pools and evenly allocates your target Spot capacity across the number of Spot pools that you specify.

Note that Spot Fleet attempts to draw Spot Instances from the number of pools that you specify on a best effort basis. If a pool runs out of Spot capacity before fulfilling your target capacity, Spot Fleet will continue to fulfill your request by drawing from the next cheapest pool. To ensure that your target capacity is met, you might receive Spot Instances from more than the number of pools that you specified. Similarly, if most of the pools have no Spot capacity, you might receive your full target capacity from fewer than the number of pools that you specified.

spotFleetRequestConfigData_fulfilledCapacity :: Lens' SpotFleetRequestConfigData (Maybe Double) Source #

The number of units fulfilled by this request compared to the set target capacity. You cannot set this value.

spotFleetRequestConfigData_type :: Lens' SpotFleetRequestConfigData (Maybe FleetType) Source #

The type of request. Indicates whether the Spot Fleet only requests the target capacity or also attempts to maintain it. When this value is request, the Spot Fleet only places the required requests. It does not attempt to replenish Spot Instances if capacity is diminished, nor does it submit requests in alternative Spot pools if capacity is not available. When this value is maintain, the Spot Fleet maintains the target capacity. The Spot Fleet places the required requests to meet capacity and automatically replenishes any interrupted instances. Default: maintain. instant is listed but is not used by Spot Fleet.

spotFleetRequestConfigData_validFrom :: Lens' SpotFleetRequestConfigData (Maybe UTCTime) Source #

The start date and time of the request, in UTC format (YYYY-MM-DDTHH:MM:SSZ). By default, Amazon EC2 starts fulfilling the request immediately.

spotFleetRequestConfigData_replaceUnhealthyInstances :: Lens' SpotFleetRequestConfigData (Maybe Bool) Source #

Indicates whether Spot Fleet should replace unhealthy instances.

spotFleetRequestConfigData_launchSpecifications :: Lens' SpotFleetRequestConfigData (Maybe [SpotFleetLaunchSpecification]) Source #

The launch specifications for the Spot Fleet request. If you specify LaunchSpecifications, you can't specify LaunchTemplateConfigs. If you include On-Demand capacity in your request, you must use LaunchTemplateConfigs.

spotFleetRequestConfigData_onDemandFulfilledCapacity :: Lens' SpotFleetRequestConfigData (Maybe Double) Source #

The number of On-Demand units fulfilled by this request compared to the set target On-Demand capacity.

spotFleetRequestConfigData_spotMaxTotalPrice :: Lens' SpotFleetRequestConfigData (Maybe Text) Source #

The maximum amount per hour for Spot Instances that you're willing to pay. You can use the spotdMaxTotalPrice parameter, the onDemandMaxTotalPrice parameter, or both parameters to ensure that your fleet cost does not exceed your budget. If you set a maximum price per hour for the On-Demand Instances and Spot Instances in your request, Spot Fleet will launch instances until it reaches the maximum amount you're willing to pay. When the maximum amount you're willing to pay is reached, the fleet stops launching instances even if it hasn’t met the target capacity.

spotFleetRequestConfigData_allocationStrategy :: Lens' SpotFleetRequestConfigData (Maybe AllocationStrategy) Source #

Indicates how to allocate the target Spot Instance capacity across the Spot Instance pools specified by the Spot Fleet request.

If the allocation strategy is lowestPrice, Spot Fleet launches instances from the Spot Instance pools with the lowest price. This is the default allocation strategy.

If the allocation strategy is diversified, Spot Fleet launches instances from all the Spot Instance pools that you specify.

If the allocation strategy is capacityOptimized (recommended), Spot Fleet launches instances from Spot Instance pools with optimal capacity for the number of instances that are launching. To give certain instance types a higher chance of launching first, use capacityOptimizedPrioritized. Set a priority for each instance type by using the Priority parameter for LaunchTemplateOverrides. You can assign the same priority to different LaunchTemplateOverrides. EC2 implements the priorities on a best-effort basis, but optimizes for capacity first. capacityOptimizedPrioritized is supported only if your Spot Fleet uses a launch template. Note that if the OnDemandAllocationStrategy is set to prioritized, the same priority is applied when fulfilling On-Demand capacity.

spotFleetRequestConfigData_iamFleetRole :: Lens' SpotFleetRequestConfigData Text Source #

The Amazon Resource Name (ARN) of an Identity and Access Management (IAM) role that grants the Spot Fleet the permission to request, launch, terminate, and tag instances on your behalf. For more information, see Spot Fleet prerequisites in the Amazon EC2 User Guide for Linux Instances. Spot Fleet can terminate Spot Instances on your behalf when you cancel its Spot Fleet request using CancelSpotFleetRequests or when the Spot Fleet request expires, if you set TerminateInstancesWithExpiration.

spotFleetRequestConfigData_targetCapacity :: Lens' SpotFleetRequestConfigData Int Source #

The number of units to request for the Spot Fleet. You can choose to set the target capacity in terms of instances or a performance characteristic that is important to your application workload, such as vCPUs, memory, or I/O. If the request type is maintain, you can specify a target capacity of 0 and add capacity later.

SpotFleetTagSpecification

spotFleetTagSpecification_resourceType :: Lens' SpotFleetTagSpecification (Maybe ResourceType) Source #

The type of resource. Currently, the only resource type that is supported is instance. To tag the Spot Fleet request on creation, use the TagSpecifications parameter in SpotFleetRequestConfigData .

SpotInstanceRequest

spotInstanceRequest_instanceId :: Lens' SpotInstanceRequest (Maybe Text) Source #

The instance ID, if an instance has been launched to fulfill the Spot Instance request.

spotInstanceRequest_status :: Lens' SpotInstanceRequest (Maybe SpotInstanceStatus) Source #

The status code and status message describing the Spot Instance request.

spotInstanceRequest_state :: Lens' SpotInstanceRequest (Maybe SpotInstanceState) Source #

The state of the Spot Instance request. Spot status information helps track your Spot Instance requests. For more information, see Spot status in the Amazon EC2 User Guide for Linux Instances.

spotInstanceRequest_productDescription :: Lens' SpotInstanceRequest (Maybe RIProductDescription) Source #

The product description associated with the Spot Instance.

spotInstanceRequest_spotPrice :: Lens' SpotInstanceRequest (Maybe Text) Source #

The maximum price per hour that you are willing to pay for a Spot Instance.

spotInstanceRequest_availabilityZoneGroup :: Lens' SpotInstanceRequest (Maybe Text) Source #

The Availability Zone group. If you specify the same Availability Zone group for all Spot Instance requests, all Spot Instances are launched in the same Availability Zone.

spotInstanceRequest_launchedAvailabilityZone :: Lens' SpotInstanceRequest (Maybe Text) Source #

The Availability Zone in which the request is launched.

spotInstanceRequest_validUntil :: Lens' SpotInstanceRequest (Maybe UTCTime) Source #

The end date of the request, in UTC format (YYYY-MM-DDTHH:MM:SSZ).

  • For a persistent request, the request remains active until the validUntil date and time is reached. Otherwise, the request remains active until you cancel it.
  • For a one-time request, the request remains active until all instances launch, the request is canceled, or the validUntil date and time is reached. By default, the request is valid for 7 days from the date the request was created.

spotInstanceRequest_launchGroup :: Lens' SpotInstanceRequest (Maybe Text) Source #

The instance launch group. Launch groups are Spot Instances that launch together and terminate together.

spotInstanceRequest_fault :: Lens' SpotInstanceRequest (Maybe SpotInstanceStateFault) Source #

The fault codes for the Spot Instance request, if any.

spotInstanceRequest_validFrom :: Lens' SpotInstanceRequest (Maybe UTCTime) Source #

The start date of the request, in UTC format (for example, YYYY-MM-DDTHH:MM:SSZ). The request becomes active at this date and time.

spotInstanceRequest_createTime :: Lens' SpotInstanceRequest (Maybe UTCTime) Source #

The date and time when the Spot Instance request was created, in UTC format (for example, YYYY-MM-DDTHH:MM:SSZ).

spotInstanceRequest_tags :: Lens' SpotInstanceRequest (Maybe [Tag]) Source #

Any tags assigned to the resource.

SpotInstanceStateFault

spotInstanceStateFault_code :: Lens' SpotInstanceStateFault (Maybe Text) Source #

The reason code for the Spot Instance state change.

spotInstanceStateFault_message :: Lens' SpotInstanceStateFault (Maybe Text) Source #

The message for the Spot Instance state change.

SpotInstanceStatus

spotInstanceStatus_updateTime :: Lens' SpotInstanceStatus (Maybe UTCTime) Source #

The date and time of the most recent status update, in UTC format (for example, YYYY-MM-DDTHH:MM:SSZ).

spotInstanceStatus_code :: Lens' SpotInstanceStatus (Maybe Text) Source #

The status code. For a list of status codes, see Spot status codes in the Amazon EC2 User Guide for Linux Instances.

spotInstanceStatus_message :: Lens' SpotInstanceStatus (Maybe Text) Source #

The description for the status code.

SpotMaintenanceStrategies

spotMaintenanceStrategies_capacityRebalance :: Lens' SpotMaintenanceStrategies (Maybe SpotCapacityRebalance) Source #

The strategy to use when Amazon EC2 emits a signal that your Spot Instance is at an elevated risk of being interrupted.

SpotMarketOptions

spotMarketOptions_instanceInterruptionBehavior :: Lens' SpotMarketOptions (Maybe InstanceInterruptionBehavior) Source #

The behavior when a Spot Instance is interrupted. The default is terminate.

spotMarketOptions_validUntil :: Lens' SpotMarketOptions (Maybe UTCTime) Source #

The end date of the request, in UTC format (YYYY-MM-DDTHH:MM:SSZ). Supported only for persistent requests.

  • For a persistent request, the request remains active until the ValidUntil date and time is reached. Otherwise, the request remains active until you cancel it.
  • For a one-time request, ValidUntil is not supported. The request remains active until all instances launch or you cancel the request.

spotMarketOptions_spotInstanceType :: Lens' SpotMarketOptions (Maybe SpotInstanceType) Source #

The Spot Instance request type. For RunInstances, persistent Spot Instance requests are only supported when the instance interruption behavior is either hibernate or stop.

spotMarketOptions_maxPrice :: Lens' SpotMarketOptions (Maybe Text) Source #

The maximum hourly price you're willing to pay for the Spot Instances. The default is the On-Demand price.

SpotOptions

spotOptions_instanceInterruptionBehavior :: Lens' SpotOptions (Maybe SpotInstanceInterruptionBehavior) Source #

The behavior when a Spot Instance is interrupted. The default is terminate.

spotOptions_singleAvailabilityZone :: Lens' SpotOptions (Maybe Bool) Source #

Indicates that the fleet launches all Spot Instances into a single Availability Zone. Supported only for fleets of type instant.

spotOptions_maxTotalPrice :: Lens' SpotOptions (Maybe Text) Source #

The maximum amount per hour for Spot Instances that you're willing to pay.

spotOptions_minTargetCapacity :: Lens' SpotOptions (Maybe Int) Source #

The minimum target capacity for Spot Instances in the fleet. If the minimum target capacity is not reached, the fleet launches no instances.

spotOptions_instancePoolsToUseCount :: Lens' SpotOptions (Maybe Int) Source #

The number of Spot pools across which to allocate your target Spot capacity. Valid only when AllocationStrategy is set to lowest-price. EC2 Fleet selects the cheapest Spot pools and evenly allocates your target Spot capacity across the number of Spot pools that you specify.

Note that EC2 Fleet attempts to draw Spot Instances from the number of pools that you specify on a best effort basis. If a pool runs out of Spot capacity before fulfilling your target capacity, EC2 Fleet will continue to fulfill your request by drawing from the next cheapest pool. To ensure that your target capacity is met, you might receive Spot Instances from more than the number of pools that you specified. Similarly, if most of the pools have no Spot capacity, you might receive your full target capacity from fewer than the number of pools that you specified.

spotOptions_maintenanceStrategies :: Lens' SpotOptions (Maybe FleetSpotMaintenanceStrategies) Source #

The strategies for managing your workloads on your Spot Instances that will be interrupted. Currently only the capacity rebalance strategy is available.

spotOptions_singleInstanceType :: Lens' SpotOptions (Maybe Bool) Source #

Indicates that the fleet uses a single instance type to launch all Spot Instances in the fleet. Supported only for fleets of type instant.

spotOptions_allocationStrategy :: Lens' SpotOptions (Maybe SpotAllocationStrategy) Source #

Indicates how to allocate the target Spot Instance capacity across the Spot Instance pools specified by the EC2 Fleet.

If the allocation strategy is lowest-price, EC2 Fleet launches instances from the Spot Instance pools with the lowest price. This is the default allocation strategy.

If the allocation strategy is diversified, EC2 Fleet launches instances from all of the Spot Instance pools that you specify.

If the allocation strategy is capacity-optimized (recommended), EC2 Fleet launches instances from Spot Instance pools with optimal capacity for the number of instances that are launching. To give certain instance types a higher chance of launching first, use capacity-optimized-prioritized. Set a priority for each instance type by using the Priority parameter for LaunchTemplateOverrides. You can assign the same priority to different LaunchTemplateOverrides. EC2 implements the priorities on a best-effort basis, but optimizes for capacity first. capacity-optimized-prioritized is supported only if your fleet uses a launch template. Note that if the On-Demand AllocationStrategy is set to prioritized, the same priority is applied when fulfilling On-Demand capacity.

SpotOptionsRequest

spotOptionsRequest_instanceInterruptionBehavior :: Lens' SpotOptionsRequest (Maybe SpotInstanceInterruptionBehavior) Source #

The behavior when a Spot Instance is interrupted. The default is terminate.

spotOptionsRequest_singleAvailabilityZone :: Lens' SpotOptionsRequest (Maybe Bool) Source #

Indicates that the fleet launches all Spot Instances into a single Availability Zone. Supported only for fleets of type instant.

spotOptionsRequest_maxTotalPrice :: Lens' SpotOptionsRequest (Maybe Text) Source #

The maximum amount per hour for Spot Instances that you're willing to pay.

spotOptionsRequest_minTargetCapacity :: Lens' SpotOptionsRequest (Maybe Int) Source #

The minimum target capacity for Spot Instances in the fleet. If the minimum target capacity is not reached, the fleet launches no instances.

spotOptionsRequest_instancePoolsToUseCount :: Lens' SpotOptionsRequest (Maybe Int) Source #

The number of Spot pools across which to allocate your target Spot capacity. Valid only when Spot AllocationStrategy is set to lowest-price. EC2 Fleet selects the cheapest Spot pools and evenly allocates your target Spot capacity across the number of Spot pools that you specify.

Note that EC2 Fleet attempts to draw Spot Instances from the number of pools that you specify on a best effort basis. If a pool runs out of Spot capacity before fulfilling your target capacity, EC2 Fleet will continue to fulfill your request by drawing from the next cheapest pool. To ensure that your target capacity is met, you might receive Spot Instances from more than the number of pools that you specified. Similarly, if most of the pools have no Spot capacity, you might receive your full target capacity from fewer than the number of pools that you specified.

spotOptionsRequest_maintenanceStrategies :: Lens' SpotOptionsRequest (Maybe FleetSpotMaintenanceStrategiesRequest) Source #

The strategies for managing your Spot Instances that are at an elevated risk of being interrupted.

spotOptionsRequest_singleInstanceType :: Lens' SpotOptionsRequest (Maybe Bool) Source #

Indicates that the fleet uses a single instance type to launch all Spot Instances in the fleet. Supported only for fleets of type instant.

spotOptionsRequest_allocationStrategy :: Lens' SpotOptionsRequest (Maybe SpotAllocationStrategy) Source #

Indicates how to allocate the target Spot Instance capacity across the Spot Instance pools specified by the EC2 Fleet.

If the allocation strategy is lowest-price, EC2 Fleet launches instances from the Spot Instance pools with the lowest price. This is the default allocation strategy.

If the allocation strategy is diversified, EC2 Fleet launches instances from all of the Spot Instance pools that you specify.

If the allocation strategy is capacity-optimized (recommended), EC2 Fleet launches instances from Spot Instance pools with optimal capacity for the number of instances that are launching. To give certain instance types a higher chance of launching first, use capacity-optimized-prioritized. Set a priority for each instance type by using the Priority parameter for LaunchTemplateOverrides. You can assign the same priority to different LaunchTemplateOverrides. EC2 implements the priorities on a best-effort basis, but optimizes for capacity first. capacity-optimized-prioritized is supported only if your fleet uses a launch template. Note that if the On-Demand AllocationStrategy is set to prioritized, the same priority is applied when fulfilling On-Demand capacity.

SpotPlacement

spotPlacement_availabilityZone :: Lens' SpotPlacement (Maybe Text) Source #

The Availability Zone.

Spot Fleet only
To specify multiple Availability Zones, separate them using commas; for example, "us-west-2a, us-west-2b".

spotPlacement_tenancy :: Lens' SpotPlacement (Maybe Tenancy) Source #

The tenancy of the instance (if the instance is running in a VPC). An instance with a tenancy of dedicated runs on single-tenant hardware. The host tenancy is not supported for Spot Instances.

spotPlacement_groupName :: Lens' SpotPlacement (Maybe Text) Source #

The name of the placement group.

SpotPrice

spotPrice_spotPrice :: Lens' SpotPrice (Maybe Text) Source #

The maximum price per hour that you are willing to pay for a Spot Instance.

spotPrice_timestamp :: Lens' SpotPrice (Maybe UTCTime) Source #

The date and time the request was created, in UTC format (for example, YYYY-MM-DDTHH:MM:SSZ).

StaleIpPermission

staleIpPermission_fromPort :: Lens' StaleIpPermission (Maybe Int) Source #

The start of the port range for the TCP and UDP protocols, or an ICMP type number. A value of -1 indicates all ICMP types.

staleIpPermission_userIdGroupPairs :: Lens' StaleIpPermission (Maybe [UserIdGroupPair]) Source #

The security group pairs. Returns the ID of the referenced security group and VPC, and the ID and status of the VPC peering connection.

staleIpPermission_prefixListIds :: Lens' StaleIpPermission (Maybe [Text]) Source #

The prefix list IDs. Not applicable for stale security group rules.

staleIpPermission_ipProtocol :: Lens' StaleIpPermission (Maybe Text) Source #

The IP protocol name (for tcp, udp, and icmp) or number (see Protocol Numbers).

staleIpPermission_toPort :: Lens' StaleIpPermission (Maybe Int) Source #

The end of the port range for the TCP and UDP protocols, or an ICMP type number. A value of -1 indicates all ICMP types.

staleIpPermission_ipRanges :: Lens' StaleIpPermission (Maybe [Text]) Source #

The IP ranges. Not applicable for stale security group rules.

StaleSecurityGroup

staleSecurityGroup_vpcId :: Lens' StaleSecurityGroup (Maybe Text) Source #

The ID of the VPC for the security group.

staleSecurityGroup_staleIpPermissionsEgress :: Lens' StaleSecurityGroup (Maybe [StaleIpPermission]) Source #

Information about the stale outbound rules in the security group.

staleSecurityGroup_staleIpPermissions :: Lens' StaleSecurityGroup (Maybe [StaleIpPermission]) Source #

Information about the stale inbound rules in the security group.

staleSecurityGroup_description :: Lens' StaleSecurityGroup (Maybe Text) Source #

The description of the security group.

StateReason

stateReason_code :: Lens' StateReason (Maybe Text) Source #

The reason code for the state change.

stateReason_message :: Lens' StateReason (Maybe Text) Source #

The message for the state change.

  • Server.InsufficientInstanceCapacity: There was insufficient capacity available to satisfy the launch request.
  • Server.InternalError: An internal error caused the instance to terminate during launch.
  • Server.ScheduledStop: The instance was stopped due to a scheduled retirement.
  • Server.SpotInstanceShutdown: The instance was stopped because the number of Spot requests with a maximum price equal to or higher than the Spot price exceeded available capacity or because of an increase in the Spot price.
  • Server.SpotInstanceTermination: The instance was terminated because the number of Spot requests with a maximum price equal to or higher than the Spot price exceeded available capacity or because of an increase in the Spot price.
  • Client.InstanceInitiatedShutdown: The instance was shut down using the shutdown -h command from the instance.
  • Client.InstanceTerminated: The instance was terminated or rebooted during AMI creation.
  • Client.InternalError: A client error caused the instance to terminate during launch.
  • Client.InvalidSnapshot.NotFound: The specified snapshot was not found.
  • Client.UserInitiatedHibernate: Hibernation was initiated on the instance.
  • Client.UserInitiatedShutdown: The instance was shut down using the Amazon EC2 API.
  • Client.VolumeLimitExceeded: The limit on the number of EBS volumes or total storage was exceeded. Decrease usage or request an increase in your account limits.

Storage

storage_s3 :: Lens' Storage (Maybe S3Storage) Source #

An Amazon S3 storage location.

StorageLocation

StoreImageTaskResult

storeImageTaskResult_s3objectKey :: Lens' StoreImageTaskResult (Maybe Text) Source #

The name of the stored AMI object in the bucket.

storeImageTaskResult_storeTaskState :: Lens' StoreImageTaskResult (Maybe Text) Source #

The state of the store task (InProgress, Completed, or Failed).

storeImageTaskResult_bucket :: Lens' StoreImageTaskResult (Maybe Text) Source #

The name of the Amazon S3 bucket that contains the stored AMI object.

storeImageTaskResult_amiId :: Lens' StoreImageTaskResult (Maybe Text) Source #

The ID of the AMI that is being stored.

storeImageTaskResult_storeTaskFailureReason :: Lens' StoreImageTaskResult (Maybe Text) Source #

If the tasks fails, the reason for the failure is returned. If the task succeeds, null is returned.

Subnet

subnet_ipv6CidrBlockAssociationSet :: Lens' Subnet (Maybe [SubnetIpv6CidrBlockAssociation]) Source #

Information about the IPv6 CIDR blocks associated with the subnet.

subnet_availabilityZoneId :: Lens' Subnet (Maybe Text) Source #

The AZ ID of the subnet.

subnet_outpostArn :: Lens' Subnet (Maybe Text) Source #

The Amazon Resource Name (ARN) of the Outpost.

subnet_assignIpv6AddressOnCreation :: Lens' Subnet (Maybe Bool) Source #

Indicates whether a network interface created in this subnet (including a network interface created by RunInstances) receives an IPv6 address.

subnet_subnetArn :: Lens' Subnet (Maybe Text) Source #

The Amazon Resource Name (ARN) of the subnet.

subnet_ownerId :: Lens' Subnet (Maybe Text) Source #

The ID of the Amazon Web Services account that owns the subnet.

subnet_customerOwnedIpv4Pool :: Lens' Subnet (Maybe Text) Source #

The customer-owned IPv4 address pool associated with the subnet.

subnet_mapCustomerOwnedIpOnLaunch :: Lens' Subnet (Maybe Bool) Source #

Indicates whether a network interface created in this subnet (including a network interface created by RunInstances) receives a customer-owned IPv4 address.

subnet_mapPublicIpOnLaunch :: Lens' Subnet (Maybe Bool) Source #

Indicates whether instances launched in this subnet receive a public IPv4 address.

subnet_defaultForAz :: Lens' Subnet (Maybe Bool) Source #

Indicates whether this is the default subnet for the Availability Zone.

subnet_tags :: Lens' Subnet (Maybe [Tag]) Source #

Any tags assigned to the subnet.

subnet_availabilityZone :: Lens' Subnet Text Source #

The Availability Zone of the subnet.

subnet_availableIpAddressCount :: Lens' Subnet Int Source #

The number of unused private IPv4 addresses in the subnet. The IPv4 addresses for any stopped instances are considered unavailable.

subnet_cidrBlock :: Lens' Subnet Text Source #

The IPv4 CIDR block assigned to the subnet.

subnet_state :: Lens' Subnet SubnetState Source #

The current state of the subnet.

subnet_subnetId :: Lens' Subnet Text Source #

The ID of the subnet.

subnet_vpcId :: Lens' Subnet Text Source #

The ID of the VPC the subnet is in.

SubnetAssociation

SubnetCidrBlockState

subnetCidrBlockState_statusMessage :: Lens' SubnetCidrBlockState (Maybe Text) Source #

A message about the status of the CIDR block, if applicable.

SubnetCidrReservation

subnetCidrReservation_ownerId :: Lens' SubnetCidrReservation (Maybe Text) Source #

The ID of the account that owns the subnet CIDR reservation.

subnetCidrReservation_description :: Lens' SubnetCidrReservation (Maybe Text) Source #

The description assigned to the subnet CIDR reservation.

subnetCidrReservation_tags :: Lens' SubnetCidrReservation (Maybe [Tag]) Source #

The tags assigned to the subnet CIDR reservation.

SubnetIpv6CidrBlockAssociation

SuccessfulInstanceCreditSpecificationItem

SuccessfulQueuedPurchaseDeletion

Tag

tag_key :: Lens' Tag Text Source #

The key of the tag.

Constraints: Tag keys are case-sensitive and accept a maximum of 127 Unicode characters. May not begin with aws:.

tag_value :: Lens' Tag Text Source #

The value of the tag.

Constraints: Tag values are case-sensitive and accept a maximum of 255 Unicode characters.

TagDescription

TagSpecification

tagSpecification_resourceType :: Lens' TagSpecification (Maybe ResourceType) Source #

The type of resource to tag on creation.

tagSpecification_tags :: Lens' TagSpecification (Maybe [Tag]) Source #

The tags to apply to the resource.

TargetCapacitySpecification

targetCapacitySpecification_onDemandTargetCapacity :: Lens' TargetCapacitySpecification (Maybe Int) Source #

The number of On-Demand units to request. If you specify a target capacity for Spot units, you cannot specify a target capacity for On-Demand units.

targetCapacitySpecification_totalTargetCapacity :: Lens' TargetCapacitySpecification (Maybe Int) Source #

The number of units to request, filled using DefaultTargetCapacityType.

targetCapacitySpecification_spotTargetCapacity :: Lens' TargetCapacitySpecification (Maybe Int) Source #

The maximum number of Spot units to launch. If you specify a target capacity for On-Demand units, you cannot specify a target capacity for Spot units.

TargetCapacitySpecificationRequest

targetCapacitySpecificationRequest_totalTargetCapacity :: Lens' TargetCapacitySpecificationRequest Int Source #

The number of units to request, filled using DefaultTargetCapacityType.

TargetConfiguration

targetConfiguration_instanceCount :: Lens' TargetConfiguration (Maybe Int) Source #

The number of instances the Convertible Reserved Instance offering can be applied to. This parameter is reserved and cannot be specified in a request

targetConfiguration_offeringId :: Lens' TargetConfiguration (Maybe Text) Source #

The ID of the Convertible Reserved Instance offering.

TargetConfigurationRequest

targetConfigurationRequest_instanceCount :: Lens' TargetConfigurationRequest (Maybe Int) Source #

The number of instances the Convertible Reserved Instance offering can be applied to. This parameter is reserved and cannot be specified in a request

targetConfigurationRequest_offeringId :: Lens' TargetConfigurationRequest Text Source #

The Convertible Reserved Instance offering ID.

TargetGroup

targetGroup_arn :: Lens' TargetGroup (Maybe Text) Source #

The Amazon Resource Name (ARN) of the target group.

TargetGroupsConfig

TargetNetwork

targetNetwork_status :: Lens' TargetNetwork (Maybe AssociationStatus) Source #

The current state of the target network association.

targetNetwork_securityGroups :: Lens' TargetNetwork (Maybe [Text]) Source #

The IDs of the security groups applied to the target network association.

targetNetwork_targetNetworkId :: Lens' TargetNetwork (Maybe Text) Source #

The ID of the subnet specified as the target network.

targetNetwork_vpcId :: Lens' TargetNetwork (Maybe Text) Source #

The ID of the VPC in which the target network (subnet) is located.

targetNetwork_clientVpnEndpointId :: Lens' TargetNetwork (Maybe Text) Source #

The ID of the Client VPN endpoint with which the target network is associated.

TargetReservationValue

targetReservationValue_reservationValue :: Lens' TargetReservationValue (Maybe ReservationValue) Source #

The total value of the Convertible Reserved Instances that make up the exchange. This is the sum of the list value, remaining upfront price, and additional upfront cost of the exchange.

targetReservationValue_targetConfiguration :: Lens' TargetReservationValue (Maybe TargetConfiguration) Source #

The configuration of the Convertible Reserved Instances that make up the exchange.

TerminateConnectionStatus

terminateConnectionStatus_currentStatus :: Lens' TerminateConnectionStatus (Maybe ClientVpnConnectionStatus) Source #

A message about the status of the client connection, if applicable.

TrafficMirrorFilter

trafficMirrorFilter_ingressFilterRules :: Lens' TrafficMirrorFilter (Maybe [TrafficMirrorFilterRule]) Source #

Information about the ingress rules that are associated with the Traffic Mirror filter.

trafficMirrorFilter_networkServices :: Lens' TrafficMirrorFilter (Maybe [TrafficMirrorNetworkService]) Source #

The network service traffic that is associated with the Traffic Mirror filter.

trafficMirrorFilter_egressFilterRules :: Lens' TrafficMirrorFilter (Maybe [TrafficMirrorFilterRule]) Source #

Information about the egress rules that are associated with the Traffic Mirror filter.

trafficMirrorFilter_description :: Lens' TrafficMirrorFilter (Maybe Text) Source #

The description of the Traffic Mirror filter.

trafficMirrorFilter_tags :: Lens' TrafficMirrorFilter (Maybe [Tag]) Source #

The tags assigned to the Traffic Mirror filter.

TrafficMirrorFilterRule

trafficMirrorFilterRule_ruleNumber :: Lens' TrafficMirrorFilterRule (Maybe Int) Source #

The rule number of the Traffic Mirror rule.

trafficMirrorFilterRule_trafficDirection :: Lens' TrafficMirrorFilterRule (Maybe TrafficDirection) Source #

The traffic direction assigned to the Traffic Mirror rule.

trafficMirrorFilterRule_protocol :: Lens' TrafficMirrorFilterRule (Maybe Int) Source #

The protocol assigned to the Traffic Mirror rule.

trafficMirrorFilterRule_trafficMirrorFilterId :: Lens' TrafficMirrorFilterRule (Maybe Text) Source #

The ID of the Traffic Mirror filter that the rule is associated with.

trafficMirrorFilterRule_destinationPortRange :: Lens' TrafficMirrorFilterRule (Maybe TrafficMirrorPortRange) Source #

The destination port range assigned to the Traffic Mirror rule.

trafficMirrorFilterRule_sourceCidrBlock :: Lens' TrafficMirrorFilterRule (Maybe Text) Source #

The source CIDR block assigned to the Traffic Mirror rule.

trafficMirrorFilterRule_sourcePortRange :: Lens' TrafficMirrorFilterRule (Maybe TrafficMirrorPortRange) Source #

The source port range assigned to the Traffic Mirror rule.

trafficMirrorFilterRule_description :: Lens' TrafficMirrorFilterRule (Maybe Text) Source #

The description of the Traffic Mirror rule.

trafficMirrorFilterRule_destinationCidrBlock :: Lens' TrafficMirrorFilterRule (Maybe Text) Source #

The destination CIDR block assigned to the Traffic Mirror rule.

TrafficMirrorPortRange

trafficMirrorPortRange_fromPort :: Lens' TrafficMirrorPortRange (Maybe Int) Source #

The start of the Traffic Mirror port range. This applies to the TCP and UDP protocols.

trafficMirrorPortRange_toPort :: Lens' TrafficMirrorPortRange (Maybe Int) Source #

The end of the Traffic Mirror port range. This applies to the TCP and UDP protocols.

TrafficMirrorPortRangeRequest

trafficMirrorPortRangeRequest_fromPort :: Lens' TrafficMirrorPortRangeRequest (Maybe Int) Source #

The first port in the Traffic Mirror port range. This applies to the TCP and UDP protocols.

trafficMirrorPortRangeRequest_toPort :: Lens' TrafficMirrorPortRangeRequest (Maybe Int) Source #

The last port in the Traffic Mirror port range. This applies to the TCP and UDP protocols.

TrafficMirrorSession

trafficMirrorSession_networkInterfaceId :: Lens' TrafficMirrorSession (Maybe Text) Source #

The ID of the Traffic Mirror session's network interface.

trafficMirrorSession_packetLength :: Lens' TrafficMirrorSession (Maybe Int) Source #

The number of bytes in each packet to mirror. These are the bytes after the VXLAN header. To mirror a subset, set this to the length (in bytes) to mirror. For example, if you set this value to 100, then the first 100 bytes that meet the filter criteria are copied to the target. Do not specify this parameter when you want to mirror the entire packet

trafficMirrorSession_ownerId :: Lens' TrafficMirrorSession (Maybe Text) Source #

The ID of the account that owns the Traffic Mirror session.

trafficMirrorSession_virtualNetworkId :: Lens' TrafficMirrorSession (Maybe Int) Source #

The virtual network ID associated with the Traffic Mirror session.

trafficMirrorSession_sessionNumber :: Lens' TrafficMirrorSession (Maybe Int) Source #

The session number determines the order in which sessions are evaluated when an interface is used by multiple sessions. The first session with a matching filter is the one that mirrors the packets.

Valid values are 1-32766.

trafficMirrorSession_description :: Lens' TrafficMirrorSession (Maybe Text) Source #

The description of the Traffic Mirror session.

trafficMirrorSession_tags :: Lens' TrafficMirrorSession (Maybe [Tag]) Source #

The tags assigned to the Traffic Mirror session.

TrafficMirrorTarget

trafficMirrorTarget_networkInterfaceId :: Lens' TrafficMirrorTarget (Maybe Text) Source #

The network interface ID that is attached to the target.

trafficMirrorTarget_networkLoadBalancerArn :: Lens' TrafficMirrorTarget (Maybe Text) Source #

The Amazon Resource Name (ARN) of the Network Load Balancer.

trafficMirrorTarget_ownerId :: Lens' TrafficMirrorTarget (Maybe Text) Source #

The ID of the account that owns the Traffic Mirror target.

trafficMirrorTarget_description :: Lens' TrafficMirrorTarget (Maybe Text) Source #

Information about the Traffic Mirror target.

trafficMirrorTarget_tags :: Lens' TrafficMirrorTarget (Maybe [Tag]) Source #

The tags assigned to the Traffic Mirror target.

TransitGateway

transitGateway_ownerId :: Lens' TransitGateway (Maybe Text) Source #

The ID of the Amazon Web Services account that owns the transit gateway.

transitGateway_transitGatewayArn :: Lens' TransitGateway (Maybe Text) Source #

The Amazon Resource Name (ARN) of the transit gateway.

transitGateway_description :: Lens' TransitGateway (Maybe Text) Source #

The description of the transit gateway.

transitGateway_tags :: Lens' TransitGateway (Maybe [Tag]) Source #

The tags for the transit gateway.

TransitGatewayAssociation

transitGatewayAssociation_resourceType :: Lens' TransitGatewayAssociation (Maybe TransitGatewayAttachmentResourceType) Source #

The resource type. Note that the tgw-peering resource type has been deprecated.

TransitGatewayAttachment

transitGatewayAttachment_state :: Lens' TransitGatewayAttachment (Maybe TransitGatewayAttachmentState) Source #

The attachment state. Note that the initiating state has been deprecated.

transitGatewayAttachment_resourceType :: Lens' TransitGatewayAttachment (Maybe TransitGatewayAttachmentResourceType) Source #

The resource type. Note that the tgw-peering resource type has been deprecated.

transitGatewayAttachment_transitGatewayOwnerId :: Lens' TransitGatewayAttachment (Maybe Text) Source #

The ID of the Amazon Web Services account that owns the transit gateway.

transitGatewayAttachment_resourceOwnerId :: Lens' TransitGatewayAttachment (Maybe Text) Source #

The ID of the Amazon Web Services account that owns the resource.

TransitGatewayAttachmentAssociation

TransitGatewayAttachmentBgpConfiguration

TransitGatewayAttachmentPropagation

TransitGatewayConnect

transitGatewayConnect_transportTransitGatewayAttachmentId :: Lens' TransitGatewayConnect (Maybe Text) Source #

The ID of the attachment from which the Connect attachment was created.

TransitGatewayConnectOptions

TransitGatewayConnectPeer

TransitGatewayConnectPeerConfiguration

transitGatewayConnectPeerConfiguration_transitGatewayAddress :: Lens' TransitGatewayConnectPeerConfiguration (Maybe Text) Source #

The Connect peer IP address on the transit gateway side of the tunnel.

transitGatewayConnectPeerConfiguration_peerAddress :: Lens' TransitGatewayConnectPeerConfiguration (Maybe Text) Source #

The Connect peer IP address on the appliance side of the tunnel.

TransitGatewayConnectRequestBgpOptions

TransitGatewayMulticastDeregisteredGroupMembers

TransitGatewayMulticastDeregisteredGroupSources

TransitGatewayMulticastDomain

transitGatewayMulticastDomain_creationTime :: Lens' TransitGatewayMulticastDomain (Maybe UTCTime) Source #

The time the transit gateway multicast domain was created.

transitGatewayMulticastDomain_transitGatewayMulticastDomainArn :: Lens' TransitGatewayMulticastDomain (Maybe Text) Source #

The Amazon Resource Name (ARN) of the transit gateway multicast domain.

transitGatewayMulticastDomain_ownerId :: Lens' TransitGatewayMulticastDomain (Maybe Text) Source #

The ID of the Amazon Web Services account that owns the transit gateway multicast domain.

transitGatewayMulticastDomain_tags :: Lens' TransitGatewayMulticastDomain (Maybe [Tag]) Source #

The tags for the transit gateway multicast domain.

TransitGatewayMulticastDomainAssociation

transitGatewayMulticastDomainAssociation_resourceOwnerId :: Lens' TransitGatewayMulticastDomainAssociation (Maybe Text) Source #

The ID of the Amazon Web Services account that owns the transit gateway multicast domain association resource.

TransitGatewayMulticastDomainAssociations

TransitGatewayMulticastDomainOptions

transitGatewayMulticastDomainOptions_autoAcceptSharedAssociations :: Lens' TransitGatewayMulticastDomainOptions (Maybe AutoAcceptSharedAssociationsValue) Source #

Indicates whether to automatically cross-account subnet associations that are associated with the transit gateway multicast domain.

transitGatewayMulticastDomainOptions_igmpv2Support :: Lens' TransitGatewayMulticastDomainOptions (Maybe Igmpv2SupportValue) Source #

Indicates whether Internet Group Management Protocol (IGMP) version 2 is turned on for the transit gateway multicast domain.

transitGatewayMulticastDomainOptions_staticSourcesSupport :: Lens' TransitGatewayMulticastDomainOptions (Maybe StaticSourcesSupportValue) Source #

Indicates whether support for statically configuring transit gateway multicast group sources is turned on.

TransitGatewayMulticastGroup

transitGatewayMulticastGroup_groupMember :: Lens' TransitGatewayMulticastGroup (Maybe Bool) Source #

Indicates that the resource is a transit gateway multicast group member.

transitGatewayMulticastGroup_groupSource :: Lens' TransitGatewayMulticastGroup (Maybe Bool) Source #

Indicates that the resource is a transit gateway multicast group member.

transitGatewayMulticastGroup_groupIpAddress :: Lens' TransitGatewayMulticastGroup (Maybe Text) Source #

The IP address assigned to the transit gateway multicast group.

transitGatewayMulticastGroup_resourceOwnerId :: Lens' TransitGatewayMulticastGroup (Maybe Text) Source #

The ID of the Amazon Web Services account that owns the transit gateway multicast domain group resource.

TransitGatewayMulticastRegisteredGroupMembers

TransitGatewayMulticastRegisteredGroupSources

transitGatewayMulticastRegisteredGroupSources_registeredNetworkInterfaceIds :: Lens' TransitGatewayMulticastRegisteredGroupSources (Maybe [Text]) Source #

The IDs of the network interfaces members registered with the transit gateway multicast group.

TransitGatewayOptions

transitGatewayOptions_vpnEcmpSupport :: Lens' TransitGatewayOptions (Maybe VpnEcmpSupportValue) Source #

Indicates whether Equal Cost Multipath Protocol support is enabled.

transitGatewayOptions_defaultRouteTableAssociation :: Lens' TransitGatewayOptions (Maybe DefaultRouteTableAssociationValue) Source #

Indicates whether resource attachments are automatically associated with the default association route table.

transitGatewayOptions_amazonSideAsn :: Lens' TransitGatewayOptions (Maybe Integer) Source #

A private Autonomous System Number (ASN) for the Amazon side of a BGP session. The range is 64512 to 65534 for 16-bit ASNs and 4200000000 to 4294967294 for 32-bit ASNs.

transitGatewayOptions_defaultRouteTablePropagation :: Lens' TransitGatewayOptions (Maybe DefaultRouteTablePropagationValue) Source #

Indicates whether resource attachments automatically propagate routes to the default propagation route table.

transitGatewayOptions_multicastSupport :: Lens' TransitGatewayOptions (Maybe MulticastSupportValue) Source #

Indicates whether multicast is enabled on the transit gateway

TransitGatewayPeeringAttachment

transitGatewayPeeringAttachment_creationTime :: Lens' TransitGatewayPeeringAttachment (Maybe UTCTime) Source #

The time the transit gateway peering attachment was created.

transitGatewayPeeringAttachment_state :: Lens' TransitGatewayPeeringAttachment (Maybe TransitGatewayAttachmentState) Source #

The state of the transit gateway peering attachment. Note that the initiating state has been deprecated.

transitGatewayPeeringAttachment_tags :: Lens' TransitGatewayPeeringAttachment (Maybe [Tag]) Source #

The tags for the transit gateway peering attachment.

TransitGatewayPrefixListAttachment

transitGatewayPrefixListAttachment_resourceType :: Lens' TransitGatewayPrefixListAttachment (Maybe TransitGatewayAttachmentResourceType) Source #

The resource type. Note that the tgw-peering resource type has been deprecated.

TransitGatewayPrefixListReference

transitGatewayPrefixListReference_blackhole :: Lens' TransitGatewayPrefixListReference (Maybe Bool) Source #

Indicates whether traffic that matches this route is dropped.

TransitGatewayPropagation

transitGatewayPropagation_resourceType :: Lens' TransitGatewayPropagation (Maybe TransitGatewayAttachmentResourceType) Source #

The resource type. Note that the tgw-peering resource type has been deprecated.

TransitGatewayRequestOptions

transitGatewayRequestOptions_vpnEcmpSupport :: Lens' TransitGatewayRequestOptions (Maybe VpnEcmpSupportValue) Source #

Enable or disable Equal Cost Multipath Protocol support. Enabled by default.

transitGatewayRequestOptions_autoAcceptSharedAttachments :: Lens' TransitGatewayRequestOptions (Maybe AutoAcceptSharedAttachmentsValue) Source #

Enable or disable automatic acceptance of attachment requests. Disabled by default.

transitGatewayRequestOptions_defaultRouteTableAssociation :: Lens' TransitGatewayRequestOptions (Maybe DefaultRouteTableAssociationValue) Source #

Enable or disable automatic association with the default association route table. Enabled by default.

transitGatewayRequestOptions_amazonSideAsn :: Lens' TransitGatewayRequestOptions (Maybe Integer) Source #

A private Autonomous System Number (ASN) for the Amazon side of a BGP session. The range is 64512 to 65534 for 16-bit ASNs and 4200000000 to 4294967294 for 32-bit ASNs. The default is 64512.

transitGatewayRequestOptions_defaultRouteTablePropagation :: Lens' TransitGatewayRequestOptions (Maybe DefaultRouteTablePropagationValue) Source #

Enable or disable automatic propagation of routes to the default propagation route table. Enabled by default.

transitGatewayRequestOptions_transitGatewayCidrBlocks :: Lens' TransitGatewayRequestOptions (Maybe [Text]) Source #

One or more IPv4 or IPv6 CIDR blocks for the transit gateway. Must be a size /24 CIDR block or larger for IPv4, or a size /64 CIDR block or larger for IPv6.

TransitGatewayRoute

transitGatewayRoute_prefixListId :: Lens' TransitGatewayRoute (Maybe Text) Source #

The ID of the prefix list used for destination matches.

transitGatewayRoute_destinationCidrBlock :: Lens' TransitGatewayRoute (Maybe Text) Source #

The CIDR block used for destination matches.

TransitGatewayRouteAttachment

transitGatewayRouteAttachment_resourceType :: Lens' TransitGatewayRouteAttachment (Maybe TransitGatewayAttachmentResourceType) Source #

The resource type. Note that the tgw-peering resource type has been deprecated.

TransitGatewayRouteTable

transitGatewayRouteTable_defaultPropagationRouteTable :: Lens' TransitGatewayRouteTable (Maybe Bool) Source #

Indicates whether this is the default propagation route table for the transit gateway.

transitGatewayRouteTable_defaultAssociationRouteTable :: Lens' TransitGatewayRouteTable (Maybe Bool) Source #

Indicates whether this is the default association route table for the transit gateway.

transitGatewayRouteTable_tags :: Lens' TransitGatewayRouteTable (Maybe [Tag]) Source #

Any tags assigned to the route table.

TransitGatewayRouteTableAssociation

TransitGatewayRouteTablePropagation

transitGatewayRouteTablePropagation_resourceType :: Lens' TransitGatewayRouteTablePropagation (Maybe TransitGatewayAttachmentResourceType) Source #

The type of resource. Note that the tgw-peering resource type has been deprecated.

TransitGatewayVpcAttachment

transitGatewayVpcAttachment_state :: Lens' TransitGatewayVpcAttachment (Maybe TransitGatewayAttachmentState) Source #

The state of the VPC attachment. Note that the initiating state has been deprecated.

transitGatewayVpcAttachment_vpcOwnerId :: Lens' TransitGatewayVpcAttachment (Maybe Text) Source #

The ID of the Amazon Web Services account that owns the VPC.

TransitGatewayVpcAttachmentOptions

TrunkInterfaceAssociation

trunkInterfaceAssociation_greKey :: Lens' TrunkInterfaceAssociation (Maybe Int) Source #

The application key when you use the GRE protocol.

trunkInterfaceAssociation_vlanId :: Lens' TrunkInterfaceAssociation (Maybe Int) Source #

The ID of the VLAN when you use the VLAN protocol.

trunkInterfaceAssociation_tags :: Lens' TrunkInterfaceAssociation (Maybe [Tag]) Source #

The tags for the trunk interface association.

TunnelOption

tunnelOption_outsideIpAddress :: Lens' TunnelOption (Maybe Text) Source #

The external IP address of the VPN tunnel.

tunnelOption_replayWindowSize :: Lens' TunnelOption (Maybe Int) Source #

The number of packets in an IKE replay window.

tunnelOption_dpdTimeoutAction :: Lens' TunnelOption (Maybe Text) Source #

The action to take after a DPD timeout occurs.

tunnelOption_rekeyFuzzPercentage :: Lens' TunnelOption (Maybe Int) Source #

The percentage of the rekey window determined by RekeyMarginTimeSeconds during which the rekey time is randomly selected.

tunnelOption_phase1LifetimeSeconds :: Lens' TunnelOption (Maybe Int) Source #

The lifetime for phase 1 of the IKE negotiation, in seconds.

tunnelOption_ikeVersions :: Lens' TunnelOption (Maybe [IKEVersionsListValue]) Source #

The IKE versions that are permitted for the VPN tunnel.

tunnelOption_phase2IntegrityAlgorithms :: Lens' TunnelOption (Maybe [Phase2IntegrityAlgorithmsListValue]) Source #

The permitted integrity algorithms for the VPN tunnel for phase 2 IKE negotiations.

tunnelOption_phase2LifetimeSeconds :: Lens' TunnelOption (Maybe Int) Source #

The lifetime for phase 2 of the IKE negotiation, in seconds.

tunnelOption_phase1EncryptionAlgorithms :: Lens' TunnelOption (Maybe [Phase1EncryptionAlgorithmsListValue]) Source #

The permitted encryption algorithms for the VPN tunnel for phase 1 IKE negotiations.

tunnelOption_phase1DHGroupNumbers :: Lens' TunnelOption (Maybe [Phase1DHGroupNumbersListValue]) Source #

The permitted Diffie-Hellman group numbers for the VPN tunnel for phase 1 IKE negotiations.

tunnelOption_phase1IntegrityAlgorithms :: Lens' TunnelOption (Maybe [Phase1IntegrityAlgorithmsListValue]) Source #

The permitted integrity algorithms for the VPN tunnel for phase 1 IKE negotiations.

tunnelOption_rekeyMarginTimeSeconds :: Lens' TunnelOption (Maybe Int) Source #

The margin time, in seconds, before the phase 2 lifetime expires, during which the Amazon Web Services side of the VPN connection performs an IKE rekey.

tunnelOption_dpdTimeoutSeconds :: Lens' TunnelOption (Maybe Int) Source #

The number of seconds after which a DPD timeout occurs.

tunnelOption_tunnelInsideCidr :: Lens' TunnelOption (Maybe Text) Source #

The range of inside IPv4 addresses for the tunnel.

tunnelOption_startupAction :: Lens' TunnelOption (Maybe Text) Source #

The action to take when the establishing the VPN tunnels for a VPN connection.

tunnelOption_phase2EncryptionAlgorithms :: Lens' TunnelOption (Maybe [Phase2EncryptionAlgorithmsListValue]) Source #

The permitted encryption algorithms for the VPN tunnel for phase 2 IKE negotiations.

tunnelOption_phase2DHGroupNumbers :: Lens' TunnelOption (Maybe [Phase2DHGroupNumbersListValue]) Source #

The permitted Diffie-Hellman group numbers for the VPN tunnel for phase 2 IKE negotiations.

tunnelOption_preSharedKey :: Lens' TunnelOption (Maybe Text) Source #

The pre-shared key (PSK) to establish initial authentication between the virtual private gateway and the customer gateway.

tunnelOption_tunnelInsideIpv6Cidr :: Lens' TunnelOption (Maybe Text) Source #

The range of inside IPv6 addresses for the tunnel.

UnsuccessfulInstanceCreditSpecificationItem

unsuccessfulInstanceCreditSpecificationItem_error :: Lens' UnsuccessfulInstanceCreditSpecificationItem (Maybe UnsuccessfulInstanceCreditSpecificationItemError) Source #

The applicable error for the burstable performance instance whose credit option for CPU usage was not modified.

UnsuccessfulInstanceCreditSpecificationItemError

UnsuccessfulItem

UnsuccessfulItemError

unsuccessfulItemError_message :: Lens' UnsuccessfulItemError (Maybe Text) Source #

The error message accompanying the error code.

UserBucket

userBucket_s3Key :: Lens' UserBucket (Maybe Text) Source #

The file name of the disk image.

userBucket_s3Bucket :: Lens' UserBucket (Maybe Text) Source #

The name of the Amazon S3 bucket where the disk image is located.

UserBucketDetails

userBucketDetails_s3Key :: Lens' UserBucketDetails (Maybe Text) Source #

The file name of the disk image.

userBucketDetails_s3Bucket :: Lens' UserBucketDetails (Maybe Text) Source #

The Amazon S3 bucket from which the disk image was created.

UserData

userData_data :: Lens' UserData (Maybe Text) Source #

The user data. If you are using an Amazon Web Services SDK or command line tool, Base64-encoding is performed for you, and you can load the text from a file. Otherwise, you must provide Base64-encoded text.

UserIdGroupPair

userIdGroupPair_vpcPeeringConnectionId :: Lens' UserIdGroupPair (Maybe Text) Source #

The ID of the VPC peering connection, if applicable.

userIdGroupPair_vpcId :: Lens' UserIdGroupPair (Maybe Text) Source #

The ID of the VPC for the referenced security group, if applicable.

userIdGroupPair_userId :: Lens' UserIdGroupPair (Maybe Text) Source #

The ID of an Amazon Web Services account.

For a referenced security group in another VPC, the account ID of the referenced security group is returned in the response. If the referenced security group is deleted, this value is not returned.

EC2-Classic
Required when adding or removing rules that reference a security group in another Amazon Web Services account.

userIdGroupPair_groupId :: Lens' UserIdGroupPair (Maybe Text) Source #

The ID of the security group.

userIdGroupPair_groupName :: Lens' UserIdGroupPair (Maybe Text) Source #

The name of the security group. In a request, use this parameter for a security group in EC2-Classic or a default VPC only. For a security group in a nondefault VPC, use the security group ID.

For a referenced security group in another VPC, this value is not returned if the referenced security group is deleted.

userIdGroupPair_description :: Lens' UserIdGroupPair (Maybe Text) Source #

A description for the security group rule that references this user ID group pair.

Constraints: Up to 255 characters in length. Allowed characters are a-z, A-Z, 0-9, spaces, and ._-:/()#,@[]+=;{}!$*

userIdGroupPair_peeringStatus :: Lens' UserIdGroupPair (Maybe Text) Source #

The status of a VPC peering connection, if applicable.

VCpuInfo

vCpuInfo_validThreadsPerCore :: Lens' VCpuInfo (Maybe [Int]) Source #

The valid number of threads per core that can be configured for the instance type.

vCpuInfo_defaultThreadsPerCore :: Lens' VCpuInfo (Maybe Int) Source #

The default number of threads per core for the instance type.

vCpuInfo_defaultVCpus :: Lens' VCpuInfo (Maybe Int) Source #

The default number of vCPUs for the instance type.

vCpuInfo_defaultCores :: Lens' VCpuInfo (Maybe Int) Source #

The default number of cores for the instance type.

vCpuInfo_validCores :: Lens' VCpuInfo (Maybe [Int]) Source #

The valid number of cores that can be configured for the instance type.

ValidationError

validationError_code :: Lens' ValidationError (Maybe Text) Source #

The error code that indicates why the parameter or parameter combination is not valid. For more information about error codes, see Error Codes.

validationError_message :: Lens' ValidationError (Maybe Text) Source #

The error message that describes why the parameter or parameter combination is not valid. For more information about error messages, see Error Codes.

ValidationWarning

VgwTelemetry

vgwTelemetry_outsideIpAddress :: Lens' VgwTelemetry (Maybe Text) Source #

The Internet-routable IP address of the virtual private gateway's outside interface.

vgwTelemetry_certificateArn :: Lens' VgwTelemetry (Maybe Text) Source #

The Amazon Resource Name (ARN) of the VPN tunnel endpoint certificate.

vgwTelemetry_lastStatusChange :: Lens' VgwTelemetry (Maybe UTCTime) Source #

The date and time of the last change in status.

vgwTelemetry_statusMessage :: Lens' VgwTelemetry (Maybe Text) Source #

If an error occurs, a description of the error.

Volume

volume_fastRestored :: Lens' Volume (Maybe Bool) Source #

Indicates whether the volume was created using fast snapshot restore.

volume_multiAttachEnabled :: Lens' Volume (Maybe Bool) Source #

Indicates whether Amazon EBS Multi-Attach is enabled.

volume_attachments :: Lens' Volume (Maybe [VolumeAttachment]) Source #

Information about the volume attachments.

volume_throughput :: Lens' Volume (Maybe Int) Source #

The throughput that the volume supports, in MiB/s.

volume_iops :: Lens' Volume (Maybe Int) Source #

The number of I/O operations per second (IOPS). For gp3, io1, and io2 volumes, this represents the number of IOPS that are provisioned for the volume. For gp2 volumes, this represents the baseline performance of the volume and the rate at which the volume accumulates I/O credits for bursting.

volume_outpostArn :: Lens' Volume (Maybe Text) Source #

The Amazon Resource Name (ARN) of the Outpost.

volume_kmsKeyId :: Lens' Volume (Maybe Text) Source #

The Amazon Resource Name (ARN) of the Key Management Service (KMS) KMS key that was used to protect the volume encryption key for the volume.

volume_tags :: Lens' Volume (Maybe [Tag]) Source #

Any tags assigned to the volume.

volume_availabilityZone :: Lens' Volume Text Source #

The Availability Zone for the volume.

volume_createTime :: Lens' Volume UTCTime Source #

The time stamp when volume creation was initiated.

volume_encrypted :: Lens' Volume Bool Source #

Indicates whether the volume is encrypted.

volume_size :: Lens' Volume Int Source #

The size of the volume, in GiBs.

volume_snapshotId :: Lens' Volume Text Source #

The snapshot from which the volume was created, if applicable.

volume_volumeId :: Lens' Volume Text Source #

The ID of the volume.

VolumeAttachment

volumeAttachment_deleteOnTermination :: Lens' VolumeAttachment (Maybe Bool) Source #

Indicates whether the EBS volume is deleted on instance termination.

volumeAttachment_attachTime :: Lens' VolumeAttachment (Maybe UTCTime) Source #

The time stamp when the attachment initiated.

VolumeDetail

volumeDetail_size :: Lens' VolumeDetail Integer Source #

The size of the volume, in GiB.

VolumeModification

volumeModification_progress :: Lens' VolumeModification (Maybe Integer) Source #

The modification progress, from 0 to 100 percent complete.

volumeModification_targetMultiAttachEnabled :: Lens' VolumeModification (Maybe Bool) Source #

The target setting for Amazon EBS Multi-Attach.

volumeModification_originalMultiAttachEnabled :: Lens' VolumeModification (Maybe Bool) Source #

The original setting for Amazon EBS Multi-Attach.

volumeModification_modificationState :: Lens' VolumeModification (Maybe VolumeModificationState) Source #

The current modification state. The modification state is null for unmodified volumes.

volumeModification_targetSize :: Lens' VolumeModification (Maybe Int) Source #

The target size of the volume, in GiB.

volumeModification_targetIops :: Lens' VolumeModification (Maybe Int) Source #

The target IOPS rate of the volume.

volumeModification_originalSize :: Lens' VolumeModification (Maybe Int) Source #

The original size of the volume, in GiB.

volumeModification_originalIops :: Lens' VolumeModification (Maybe Int) Source #

The original IOPS rate of the volume.

volumeModification_statusMessage :: Lens' VolumeModification (Maybe Text) Source #

A status message about the modification progress or failure.

volumeModification_endTime :: Lens' VolumeModification (Maybe UTCTime) Source #

The modification completion or failure time.

volumeModification_originalThroughput :: Lens' VolumeModification (Maybe Int) Source #

The original throughput of the volume, in MiB/s.

volumeModification_targetThroughput :: Lens' VolumeModification (Maybe Int) Source #

The target throughput of the volume, in MiB/s.

VolumeStatusAction

volumeStatusAction_eventType :: Lens' VolumeStatusAction (Maybe Text) Source #

The event type associated with this operation.

volumeStatusAction_code :: Lens' VolumeStatusAction (Maybe Text) Source #

The code identifying the operation, for example, enable-volume-io.

volumeStatusAction_eventId :: Lens' VolumeStatusAction (Maybe Text) Source #

The ID of the event associated with this operation.

VolumeStatusAttachmentStatus

volumeStatusAttachmentStatus_ioPerformance :: Lens' VolumeStatusAttachmentStatus (Maybe Text) Source #

The maximum IOPS supported by the attached instance.

VolumeStatusDetails

volumeStatusDetails_status :: Lens' VolumeStatusDetails (Maybe Text) Source #

The intended status of the volume status.

VolumeStatusEvent

volumeStatusEvent_instanceId :: Lens' VolumeStatusEvent (Maybe Text) Source #

The ID of the instance associated with the event.

volumeStatusEvent_notBefore :: Lens' VolumeStatusEvent (Maybe UTCTime) Source #

The earliest start time of the event.

VolumeStatusInfo

VolumeStatusItem

volumeStatusItem_outpostArn :: Lens' VolumeStatusItem (Maybe Text) Source #

The Amazon Resource Name (ARN) of the Outpost.

volumeStatusItem_events :: Lens' VolumeStatusItem (Maybe [VolumeStatusEvent]) Source #

A list of events associated with the volume.

volumeStatusItem_availabilityZone :: Lens' VolumeStatusItem (Maybe Text) Source #

The Availability Zone of the volume.

volumeStatusItem_attachmentStatuses :: Lens' VolumeStatusItem (Maybe [VolumeStatusAttachmentStatus]) Source #

Information about the instances to which the volume is attached.

Vpc

vpc_ipv6CidrBlockAssociationSet :: Lens' Vpc (Maybe [VpcIpv6CidrBlockAssociation]) Source #

Information about the IPv6 CIDR blocks associated with the VPC.

vpc_cidrBlockAssociationSet :: Lens' Vpc (Maybe [VpcCidrBlockAssociation]) Source #

Information about the IPv4 CIDR blocks associated with the VPC.

vpc_ownerId :: Lens' Vpc (Maybe Text) Source #

The ID of the Amazon Web Services account that owns the VPC.

vpc_tags :: Lens' Vpc (Maybe [Tag]) Source #

Any tags assigned to the VPC.

vpc_isDefault :: Lens' Vpc (Maybe Bool) Source #

Indicates whether the VPC is the default VPC.

vpc_cidrBlock :: Lens' Vpc Text Source #

The primary IPv4 CIDR block for the VPC.

vpc_dhcpOptionsId :: Lens' Vpc Text Source #

The ID of the set of DHCP options you've associated with the VPC.

vpc_instanceTenancy :: Lens' Vpc Tenancy Source #

The allowed tenancy of instances launched into the VPC.

vpc_state :: Lens' Vpc VpcState Source #

The current state of the VPC.

vpc_vpcId :: Lens' Vpc Text Source #

The ID of the VPC.

VpcAttachment

vpcAttachment_state :: Lens' VpcAttachment (Maybe AttachmentStatus) Source #

The current state of the attachment.

VpcCidrBlockAssociation

vpcCidrBlockAssociation_associationId :: Lens' VpcCidrBlockAssociation (Maybe Text) Source #

The association ID for the IPv4 CIDR block.

VpcCidrBlockState

vpcCidrBlockState_statusMessage :: Lens' VpcCidrBlockState (Maybe Text) Source #

A message about the status of the CIDR block, if applicable.

VpcClassicLink

vpcClassicLink_tags :: Lens' VpcClassicLink (Maybe [Tag]) Source #

Any tags assigned to the VPC.

vpcClassicLink_classicLinkEnabled :: Lens' VpcClassicLink (Maybe Bool) Source #

Indicates whether the VPC is enabled for ClassicLink.

VpcEndpoint

vpcEndpoint_groups :: Lens' VpcEndpoint (Maybe [SecurityGroupIdentifier]) Source #

(Interface endpoint) Information about the security groups that are associated with the network interface.

vpcEndpoint_state :: Lens' VpcEndpoint (Maybe State) Source #

The state of the VPC endpoint.

vpcEndpoint_policyDocument :: Lens' VpcEndpoint (Maybe Text) Source #

The policy document associated with the endpoint, if applicable.

vpcEndpoint_subnetIds :: Lens' VpcEndpoint (Maybe [Text]) Source #

(Interface endpoint) One or more subnets in which the endpoint is located.

vpcEndpoint_networkInterfaceIds :: Lens' VpcEndpoint (Maybe [Text]) Source #

(Interface endpoint) One or more network interfaces for the endpoint.

vpcEndpoint_vpcId :: Lens' VpcEndpoint (Maybe Text) Source #

The ID of the VPC to which the endpoint is associated.

vpcEndpoint_requesterManaged :: Lens' VpcEndpoint (Maybe Bool) Source #

Indicates whether the VPC endpoint is being managed by its service.

vpcEndpoint_dnsEntries :: Lens' VpcEndpoint (Maybe [DnsEntry]) Source #

(Interface endpoint) The DNS entries for the endpoint.

vpcEndpoint_privateDnsEnabled :: Lens' VpcEndpoint (Maybe Bool) Source #

(Interface endpoint) Indicates whether the VPC is associated with a private hosted zone.

vpcEndpoint_ownerId :: Lens' VpcEndpoint (Maybe Text) Source #

The ID of the Amazon Web Services account that owns the VPC endpoint.

vpcEndpoint_creationTimestamp :: Lens' VpcEndpoint (Maybe UTCTime) Source #

The date and time that the VPC endpoint was created.

vpcEndpoint_serviceName :: Lens' VpcEndpoint (Maybe Text) Source #

The name of the service to which the endpoint is associated.

vpcEndpoint_lastError :: Lens' VpcEndpoint (Maybe LastError) Source #

The last error that occurred for VPC endpoint.

vpcEndpoint_vpcEndpointId :: Lens' VpcEndpoint (Maybe Text) Source #

The ID of the VPC endpoint.

vpcEndpoint_tags :: Lens' VpcEndpoint (Maybe [Tag]) Source #

Any tags assigned to the VPC endpoint.

vpcEndpoint_routeTableIds :: Lens' VpcEndpoint (Maybe [Text]) Source #

(Gateway endpoint) One or more route tables associated with the endpoint.

VpcEndpointConnection

vpcEndpointConnection_vpcEndpointOwner :: Lens' VpcEndpointConnection (Maybe Text) Source #

The ID of the Amazon Web Services account that owns the VPC endpoint.

vpcEndpointConnection_networkLoadBalancerArns :: Lens' VpcEndpointConnection (Maybe [Text]) Source #

The Amazon Resource Names (ARNs) of the network load balancers for the service.

vpcEndpointConnection_gatewayLoadBalancerArns :: Lens' VpcEndpointConnection (Maybe [Text]) Source #

The Amazon Resource Names (ARNs) of the Gateway Load Balancers for the service.

vpcEndpointConnection_creationTimestamp :: Lens' VpcEndpointConnection (Maybe UTCTime) Source #

The date and time that the VPC endpoint was created.

vpcEndpointConnection_serviceId :: Lens' VpcEndpointConnection (Maybe Text) Source #

The ID of the service to which the endpoint is connected.

VpcIpv6CidrBlockAssociation

vpcIpv6CidrBlockAssociation_networkBorderGroup :: Lens' VpcIpv6CidrBlockAssociation (Maybe Text) Source #

The name of the unique set of Availability Zones, Local Zones, or Wavelength Zones from which Amazon Web Services advertises IP addresses, for example, us-east-1-wl1-bos-wlz-1.

vpcIpv6CidrBlockAssociation_ipv6Pool :: Lens' VpcIpv6CidrBlockAssociation (Maybe Text) Source #

The ID of the IPv6 address pool from which the IPv6 CIDR block is allocated.

VpcPeeringConnection

vpcPeeringConnection_accepterVpcInfo :: Lens' VpcPeeringConnection (Maybe VpcPeeringConnectionVpcInfo) Source #

Information about the accepter VPC. CIDR block information is only returned when describing an active VPC peering connection.

vpcPeeringConnection_requesterVpcInfo :: Lens' VpcPeeringConnection (Maybe VpcPeeringConnectionVpcInfo) Source #

Information about the requester VPC. CIDR block information is only returned when describing an active VPC peering connection.

vpcPeeringConnection_expirationTime :: Lens' VpcPeeringConnection (Maybe UTCTime) Source #

The time that an unaccepted VPC peering connection will expire.

vpcPeeringConnection_tags :: Lens' VpcPeeringConnection (Maybe [Tag]) Source #

Any tags assigned to the resource.

VpcPeeringConnectionOptionsDescription

vpcPeeringConnectionOptionsDescription_allowEgressFromLocalVpcToRemoteClassicLink :: Lens' VpcPeeringConnectionOptionsDescription (Maybe Bool) Source #

Indicates whether a local VPC can communicate with a ClassicLink connection in the peer VPC over the VPC peering connection.

vpcPeeringConnectionOptionsDescription_allowEgressFromLocalClassicLinkToRemoteVpc :: Lens' VpcPeeringConnectionOptionsDescription (Maybe Bool) Source #

Indicates whether a local ClassicLink connection can communicate with the peer VPC over the VPC peering connection.

vpcPeeringConnectionOptionsDescription_allowDnsResolutionFromRemoteVpc :: Lens' VpcPeeringConnectionOptionsDescription (Maybe Bool) Source #

Indicates whether a local VPC can resolve public DNS hostnames to private IP addresses when queried from instances in a peer VPC.

VpcPeeringConnectionStateReason

vpcPeeringConnectionStateReason_message :: Lens' VpcPeeringConnectionStateReason (Maybe Text) Source #

A message that provides more information about the status, if applicable.

VpcPeeringConnectionVpcInfo

vpcPeeringConnectionVpcInfo_cidrBlockSet :: Lens' VpcPeeringConnectionVpcInfo (Maybe [CidrBlock]) Source #

Information about the IPv4 CIDR blocks for the VPC.

vpcPeeringConnectionVpcInfo_ownerId :: Lens' VpcPeeringConnectionVpcInfo (Maybe Text) Source #

The ID of the Amazon Web Services account that owns the VPC.

vpcPeeringConnectionVpcInfo_peeringOptions :: Lens' VpcPeeringConnectionVpcInfo (Maybe VpcPeeringConnectionOptionsDescription) Source #

Information about the VPC peering connection options for the accepter or requester VPC.

VpnConnection

vpnConnection_customerGatewayConfiguration :: Lens' VpnConnection (Maybe Text) Source #

The configuration information for the VPN connection's customer gateway (in the native XML format). This element is always present in the CreateVpnConnection response; however, it's present in the DescribeVpnConnections response only if the VPN connection is in the pending or available state.

vpnConnection_routes :: Lens' VpnConnection (Maybe [VpnStaticRoute]) Source #

The static routes associated with the VPN connection.

vpnConnection_vpnGatewayId :: Lens' VpnConnection (Maybe Text) Source #

The ID of the virtual private gateway at the Amazon Web Services side of the VPN connection.

vpnConnection_category :: Lens' VpnConnection (Maybe Text) Source #

The category of the VPN connection. A value of VPN indicates an Amazon Web Services VPN connection. A value of VPN-Classic indicates an Amazon Web Services Classic VPN connection.

vpnConnection_transitGatewayId :: Lens' VpnConnection (Maybe Text) Source #

The ID of the transit gateway associated with the VPN connection.

vpnConnection_tags :: Lens' VpnConnection (Maybe [Tag]) Source #

Any tags assigned to the VPN connection.

vpnConnection_vgwTelemetry :: Lens' VpnConnection (Maybe [VgwTelemetry]) Source #

Information about the VPN tunnel.

vpnConnection_customerGatewayId :: Lens' VpnConnection Text Source #

The ID of the customer gateway at your end of the VPN connection.

vpnConnection_state :: Lens' VpnConnection VpnState Source #

The current state of the VPN connection.

VpnConnectionDeviceType

vpnConnectionDeviceType_software :: Lens' VpnConnectionDeviceType (Maybe Text) Source #

Customer gateway device software version.

VpnConnectionOptions

vpnConnectionOptions_tunnelInsideIpVersion :: Lens' VpnConnectionOptions (Maybe TunnelInsideIpVersion) Source #

Indicates whether the VPN tunnels process IPv4 or IPv6 traffic.

vpnConnectionOptions_remoteIpv4NetworkCidr :: Lens' VpnConnectionOptions (Maybe Text) Source #

The IPv4 CIDR on the Amazon Web Services side of the VPN connection.

vpnConnectionOptions_enableAcceleration :: Lens' VpnConnectionOptions (Maybe Bool) Source #

Indicates whether acceleration is enabled for the VPN connection.

vpnConnectionOptions_localIpv4NetworkCidr :: Lens' VpnConnectionOptions (Maybe Text) Source #

The IPv4 CIDR on the customer gateway (on-premises) side of the VPN connection.

vpnConnectionOptions_remoteIpv6NetworkCidr :: Lens' VpnConnectionOptions (Maybe Text) Source #

The IPv6 CIDR on the Amazon Web Services side of the VPN connection.

vpnConnectionOptions_localIpv6NetworkCidr :: Lens' VpnConnectionOptions (Maybe Text) Source #

The IPv6 CIDR on the customer gateway (on-premises) side of the VPN connection.

vpnConnectionOptions_staticRoutesOnly :: Lens' VpnConnectionOptions (Maybe Bool) Source #

Indicates whether the VPN connection uses static routes only. Static routes must be used for devices that don't support BGP.

VpnConnectionOptionsSpecification

vpnConnectionOptionsSpecification_tunnelInsideIpVersion :: Lens' VpnConnectionOptionsSpecification (Maybe TunnelInsideIpVersion) Source #

Indicate whether the VPN tunnels process IPv4 or IPv6 traffic.

Default: ipv4

vpnConnectionOptionsSpecification_remoteIpv4NetworkCidr :: Lens' VpnConnectionOptionsSpecification (Maybe Text) Source #

The IPv4 CIDR on the Amazon Web Services side of the VPN connection.

Default: 0.0.0.0/0

vpnConnectionOptionsSpecification_enableAcceleration :: Lens' VpnConnectionOptionsSpecification (Maybe Bool) Source #

Indicate whether to enable acceleration for the VPN connection.

Default: false

vpnConnectionOptionsSpecification_localIpv4NetworkCidr :: Lens' VpnConnectionOptionsSpecification (Maybe Text) Source #

The IPv4 CIDR on the customer gateway (on-premises) side of the VPN connection.

Default: 0.0.0.0/0

vpnConnectionOptionsSpecification_remoteIpv6NetworkCidr :: Lens' VpnConnectionOptionsSpecification (Maybe Text) Source #

The IPv6 CIDR on the Amazon Web Services side of the VPN connection.

Default: ::/0

vpnConnectionOptionsSpecification_localIpv6NetworkCidr :: Lens' VpnConnectionOptionsSpecification (Maybe Text) Source #

The IPv6 CIDR on the customer gateway (on-premises) side of the VPN connection.

Default: ::/0

vpnConnectionOptionsSpecification_staticRoutesOnly :: Lens' VpnConnectionOptionsSpecification (Maybe Bool) Source #

Indicate whether the VPN connection uses static routes only. If you are creating a VPN connection for a device that does not support BGP, you must specify true. Use CreateVpnConnectionRoute to create a static route.

Default: false

VpnGateway

vpnGateway_state :: Lens' VpnGateway (Maybe VpnState) Source #

The current state of the virtual private gateway.

vpnGateway_vpcAttachments :: Lens' VpnGateway (Maybe [VpcAttachment]) Source #

Any VPCs attached to the virtual private gateway.

vpnGateway_vpnGatewayId :: Lens' VpnGateway (Maybe Text) Source #

The ID of the virtual private gateway.

vpnGateway_amazonSideAsn :: Lens' VpnGateway (Maybe Integer) Source #

The private Autonomous System Number (ASN) for the Amazon side of a BGP session.

vpnGateway_availabilityZone :: Lens' VpnGateway (Maybe Text) Source #

The Availability Zone where the virtual private gateway was created, if applicable. This field may be empty or not returned.

vpnGateway_type :: Lens' VpnGateway (Maybe GatewayType) Source #

The type of VPN connection the virtual private gateway supports.

vpnGateway_tags :: Lens' VpnGateway (Maybe [Tag]) Source #

Any tags assigned to the virtual private gateway.

VpnStaticRoute

vpnStaticRoute_state :: Lens' VpnStaticRoute (Maybe VpnState) Source #

The current state of the static route.

vpnStaticRoute_source :: Lens' VpnStaticRoute (Maybe VpnStaticRouteSource) Source #

Indicates how the routes were provided.

vpnStaticRoute_destinationCidrBlock :: Lens' VpnStaticRoute (Maybe Text) Source #

The CIDR block associated with the local subnet of the customer data center.

VpnTunnelOptionsSpecification

vpnTunnelOptionsSpecification_replayWindowSize :: Lens' VpnTunnelOptionsSpecification (Maybe Int) Source #

The number of packets in an IKE replay window.

Constraints: A value between 64 and 2048.

Default: 1024

vpnTunnelOptionsSpecification_dPDTimeoutAction :: Lens' VpnTunnelOptionsSpecification (Maybe Text) Source #

The action to take after DPD timeout occurs. Specify restart to restart the IKE initiation. Specify clear to end the IKE session.

Valid Values: clear | none | restart

Default: clear

vpnTunnelOptionsSpecification_rekeyFuzzPercentage :: Lens' VpnTunnelOptionsSpecification (Maybe Int) Source #

The percentage of the rekey window (determined by RekeyMarginTimeSeconds) during which the rekey time is randomly selected.

Constraints: A value between 0 and 100.

Default: 100

vpnTunnelOptionsSpecification_phase1LifetimeSeconds :: Lens' VpnTunnelOptionsSpecification (Maybe Int) Source #

The lifetime for phase 1 of the IKE negotiation, in seconds.

Constraints: A value between 900 and 28,800.

Default: 28800

vpnTunnelOptionsSpecification_iKEVersions :: Lens' VpnTunnelOptionsSpecification (Maybe [IKEVersionsRequestListValue]) Source #

The IKE versions that are permitted for the VPN tunnel.

Valid values: ikev1 | ikev2

vpnTunnelOptionsSpecification_phase2IntegrityAlgorithms :: Lens' VpnTunnelOptionsSpecification (Maybe [Phase2IntegrityAlgorithmsRequestListValue]) Source #

One or more integrity algorithms that are permitted for the VPN tunnel for phase 2 IKE negotiations.

Valid values: SHA1 | SHA2-256 | SHA2-384 | SHA2-512

vpnTunnelOptionsSpecification_phase2LifetimeSeconds :: Lens' VpnTunnelOptionsSpecification (Maybe Int) Source #

The lifetime for phase 2 of the IKE negotiation, in seconds.

Constraints: A value between 900 and 3,600. The value must be less than the value for Phase1LifetimeSeconds.

Default: 3600

vpnTunnelOptionsSpecification_phase1EncryptionAlgorithms :: Lens' VpnTunnelOptionsSpecification (Maybe [Phase1EncryptionAlgorithmsRequestListValue]) Source #

One or more encryption algorithms that are permitted for the VPN tunnel for phase 1 IKE negotiations.

Valid values: AES128 | AES256 | AES128-GCM-16 | AES256-GCM-16

vpnTunnelOptionsSpecification_phase1DHGroupNumbers :: Lens' VpnTunnelOptionsSpecification (Maybe [Phase1DHGroupNumbersRequestListValue]) Source #

One or more Diffie-Hellman group numbers that are permitted for the VPN tunnel for phase 1 IKE negotiations.

Valid values: 2 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24

vpnTunnelOptionsSpecification_phase1IntegrityAlgorithms :: Lens' VpnTunnelOptionsSpecification (Maybe [Phase1IntegrityAlgorithmsRequestListValue]) Source #

One or more integrity algorithms that are permitted for the VPN tunnel for phase 1 IKE negotiations.

Valid values: SHA1 | SHA2-256 | SHA2-384 | SHA2-512

vpnTunnelOptionsSpecification_rekeyMarginTimeSeconds :: Lens' VpnTunnelOptionsSpecification (Maybe Int) Source #

The margin time, in seconds, before the phase 2 lifetime expires, during which the Amazon Web Services side of the VPN connection performs an IKE rekey. The exact time of the rekey is randomly selected based on the value for RekeyFuzzPercentage.

Constraints: A value between 60 and half of Phase2LifetimeSeconds.

Default: 540

vpnTunnelOptionsSpecification_dPDTimeoutSeconds :: Lens' VpnTunnelOptionsSpecification (Maybe Int) Source #

The number of seconds after which a DPD timeout occurs.

Constraints: A value between 0 and 30.

Default: 30

vpnTunnelOptionsSpecification_tunnelInsideCidr :: Lens' VpnTunnelOptionsSpecification (Maybe Text) Source #

The range of inside IPv4 addresses for the tunnel. Any specified CIDR blocks must be unique across all VPN connections that use the same virtual private gateway.

Constraints: A size /30 CIDR block from the 169.254.0.0/16 range. The following CIDR blocks are reserved and cannot be used:

  • 169.254.0.0/30
  • 169.254.1.0/30
  • 169.254.2.0/30
  • 169.254.3.0/30
  • 169.254.4.0/30
  • 169.254.5.0/30
  • 169.254.169.252/30

vpnTunnelOptionsSpecification_startupAction :: Lens' VpnTunnelOptionsSpecification (Maybe Text) Source #

The action to take when the establishing the tunnel for the VPN connection. By default, your customer gateway device must initiate the IKE negotiation and bring up the tunnel. Specify start for Amazon Web Services to initiate the IKE negotiation.

Valid Values: add | start

Default: add

vpnTunnelOptionsSpecification_phase2EncryptionAlgorithms :: Lens' VpnTunnelOptionsSpecification (Maybe [Phase2EncryptionAlgorithmsRequestListValue]) Source #

One or more encryption algorithms that are permitted for the VPN tunnel for phase 2 IKE negotiations.

Valid values: AES128 | AES256 | AES128-GCM-16 | AES256-GCM-16

vpnTunnelOptionsSpecification_phase2DHGroupNumbers :: Lens' VpnTunnelOptionsSpecification (Maybe [Phase2DHGroupNumbersRequestListValue]) Source #

One or more Diffie-Hellman group numbers that are permitted for the VPN tunnel for phase 2 IKE negotiations.

Valid values: 2 | 5 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24

vpnTunnelOptionsSpecification_preSharedKey :: Lens' VpnTunnelOptionsSpecification (Maybe Text) Source #

The pre-shared key (PSK) to establish initial authentication between the virtual private gateway and customer gateway.

Constraints: Allowed characters are alphanumeric characters, periods (.), and underscores (_). Must be between 8 and 64 characters in length and cannot start with zero (0).

vpnTunnelOptionsSpecification_tunnelInsideIpv6Cidr :: Lens' VpnTunnelOptionsSpecification (Maybe Text) Source #

The range of inside IPv6 addresses for the tunnel. Any specified CIDR blocks must be unique across all VPN connections that use the same transit gateway.

Constraints: A size /126 CIDR block from the local fd00::/8 range.